summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-22 19:14:33 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-22 19:14:33 +0100
commit5d9c51436fe44785dec918af133c9f2e09d5d8d0 (patch)
treeb4a3991d09e04ee98294e41e9d8adf83081fb6a1 /Doxyfile
parent737c1fa7c4822365c0d548c7a8a3d3f3e8cc32a5 (diff)
Use make_dcp example in documentation.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 8b45466a..7e9dd59b 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -656,6 +656,7 @@ WARN_LOGFILE =
# with spaces.
INPUT = src \
+ examples \
doc/mainpage.txt
# This tag can be used to specify the character encoding of the source files
@@ -783,7 +784,7 @@ FILTER_SOURCE_PATTERNS =
# Note: To get rid of all source code in the generated output, make sure also
# VERBATIM_HEADERS is set to NO.
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body
# of functions and classes directly in the documentation.