diff options
author | albert-github <albert.tests@gmail.com> | 2015-09-06 09:24:48 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-09-06 09:24:48 (GMT) |
commit | 3a236fd01dc23d2d979e06d848f61b002cb4e6ee (patch) | |
tree | 0f5e74f06aa6692003802c84911694cec3be6caa /doc/grouping.doc | |
parent | 5e11f885eea694c2ecfeae6ff5774b66eea312e4 (diff) | |
download | Doxygen-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/grouping.doc')
-rw-r--r-- | doc/grouping.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/grouping.doc b/doc/grouping.doc index f369998..4357d27 100644 --- a/doc/grouping.doc +++ b/doc/grouping.doc @@ -135,7 +135,7 @@ files to define the hierarchy and \ref cmdweakgroup "\\weakgroup" in .c files without having to duplicate the hierarchy exactly. \par Example: -\verbinclude group.cpp +\include group.cpp \htmlonly Click <a href="examples/group/html/modules.html">here</a> @@ -192,7 +192,7 @@ you should put a \ref cmdnosubgrouping "\\nosubgrouping" command inside the documentation of the class. \par Example: -\verbinclude memgrp.cpp +\include memgrp.cpp \htmlonly Click <a href="examples/memgrp/html/class_test.html">here</a> |