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 /examples/class.cfg | |
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 'examples/class.cfg')
-rw-r--r-- | examples/class.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/class.cfg b/examples/class.cfg index 515689f..5d75373 100644 --- a/examples/class.cfg +++ b/examples/class.cfg @@ -5,6 +5,7 @@ GENERATE_MAN = NO GENERATE_RTF = NO CASE_SENSE_NAMES = NO INPUT = class.h +STRIP_CODE_COMMENTS = NO QUIET = YES JAVADOC_AUTOBRIEF = YES SEARCHENGINE = NO |