summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@ubuntu.com>2011-12-14 09:27:07 -0800
committerChase Douglas <chase.douglas@ubuntu.com>2011-12-14 09:27:07 -0800
commitbe95cf5f4fccaf6393ac65f3c3f9254acfd8ee17 (patch)
treef75d3520b9c82a5690b162b022ae40f471e0020d
parent42d3e9d818d4827ae001c50dd190fd477ffce593 (diff)
Include examples directory when scanning for documented sources
-rw-r--r--doc/Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 4c29d9e..488b15c 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -613,7 +613,7 @@ WARN_LOGFILE =
# with spaces.
INPUT = ../include \
- .
+ ../examples
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -709,7 +709,7 @@ EXAMPLE_PATH = ../examples
# and *.h) to filter out the source-files in the directories. If left
# blank all files are included.
-EXAMPLE_PATTERNS = *
+EXAMPLE_PATTERNS =
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude