summaryrefslogtreecommitdiffstats
path: root/doc/diagrams.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-09-06 09:24:48 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-09-06 09:24:48 (GMT)
commit3a236fd01dc23d2d979e06d848f61b002cb4e6ee (patch)
tree0f5e74f06aa6692003802c84911694cec3be6caa /doc/diagrams.doc
parent5e11f885eea694c2ecfeae6ff5774b66eea312e4 (diff)
downloadDoxygen-3a236fd01dc23d2d979e06d848f61b002cb4e6ee.zip
Doxygen-3a236fd01dc23d2d979e06d848f61b002cb4e6ee.tar.gz
Doxygen-3a236fd01dc23d2d979e06d848f61b002cb4e6ee.tar.bz2
Add examples to LaTeX / PDF doxygen manual
- doc/*.doc use include instead of verbinclude to make use of the code coloring in the examples - examples/*.cfg some examples automatically display the code from the include file (*.h), for the examples it is better to show the comment as well.
Diffstat (limited to 'doc/diagrams.doc')
-rw-r--r--doc/diagrams.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/diagrams.doc b/doc/diagrams.doc
index 7d497bd..2660b8e 100644
--- a/doc/diagrams.doc
+++ b/doc/diagrams.doc
@@ -127,15 +127,15 @@ Here are a couple of header files that together show the various diagrams
that doxygen can generate:
<code>diagrams_a.h</code>
-\verbinclude diagrams_a.h
+\include diagrams_a.h
<code>diagrams_b.h</code>
-\verbinclude diagrams_b.h
+\include diagrams_b.h
<code>diagrams_c.h</code>
-\verbinclude diagrams_c.h
+\include diagrams_c.h
<code>diagrams_d.h</code>
-\verbinclude diagrams_d.h
+\include diagrams_d.h
<code>diagrams_e.h</code>
-\verbinclude diagrams_e.h
+\include diagrams_e.h
\htmlonly
Click <a href="examples/diagrams/html/index.html">here</a>