summaryrefslogtreecommitdiffstats
path: root/doc/autolink.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/autolink.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/autolink.doc')
-rw-r--r--doc/autolink.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc
index fe0bdea..b0020b1 100644
--- a/doc/autolink.doc
+++ b/doc/autolink.doc
@@ -110,7 +110,7 @@
patterns 3 and 7 in this case.
\par Example:
- \verbinclude autolink.cpp
+ \include autolink.cpp
\htmlonly
Click <a href="examples/autolink/html/index.html">here</a>
for the corresponding HTML documentation that is generated by Doxygen.
@@ -130,7 +130,7 @@ typedef struct StructName TypeName
when either StructName itself or TypeName is encountered.
\par Example:
- \verbinclude restypedef.cpp
+ \include restypedef.cpp
\htmlonly
Click <a href="examples/restypedef/html/restypedef_8cpp.html">here</a>
for the corresponding HTML documentation that is generated by Doxygen.