summaryrefslogtreecommitdiffstats
path: root/examples/include.cfg
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-09-13 10:28:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-09-13 10:28:34 (GMT)
commit9a4a4db3c10fc705008aa879806f732b29ad8577 (patch)
treeabcc8ae66b6f6c299590df5a3d68d1fb9af9fa09 /examples/include.cfg
parentd14bcd1f8f5bd4a2034bae842000630f4e098eb6 (diff)
parent3a236fd01dc23d2d979e06d848f61b002cb4e6ee (diff)
downloadDoxygen-9a4a4db3c10fc705008aa879806f732b29ad8577.zip
Doxygen-9a4a4db3c10fc705008aa879806f732b29ad8577.tar.gz
Doxygen-9a4a4db3c10fc705008aa879806f732b29ad8577.tar.bz2
Merge pull request #395 from albert-github/feature/bug_examples_pdf
Add examples to LaTeX / PDF doxygen manual
Diffstat (limited to 'examples/include.cfg')
-rw-r--r--examples/include.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/include.cfg b/examples/include.cfg
index 4ecdf8f..abaecc6 100644
--- a/examples/include.cfg
+++ b/examples/include.cfg
@@ -1,11 +1,13 @@
PROJECT_NAME = "Include Command"
OUTPUT_DIRECTORY = ../html/examples/include
-GENERATE_LATEX = NO
+GENERATE_LATEX = YES
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
INPUT = include.cpp
-EXAMPLE_PATH = example_test.cpp
+EXAMPLE_PATH = include_test.cpp
QUIET = YES
JAVADOC_AUTOBRIEF = YES
SEARCHENGINE = NO
+COMPACT_LATEX = YES
+LATEX_HIDE_INDICES = YES