diff options
author | Chase Douglas <chase.douglas@ubuntu.com> | 2011-12-14 09:27:07 -0800 |
---|---|---|
committer | Chase Douglas <chase.douglas@ubuntu.com> | 2011-12-14 09:27:07 -0800 |
commit | be95cf5f4fccaf6393ac65f3c3f9254acfd8ee17 (patch) | |
tree | f75d3520b9c82a5690b162b022ae40f471e0020d /doc | |
parent | 42d3e9d818d4827ae001c50dd190fd477ffce593 (diff) |
Include examples directory when scanning for documented sources
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile | 4 |
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 |