summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2011-01-17 20:44:57 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2011-01-17 20:44:57 +0200
commita1f122cb4e29fd7e47ee175c48dde734f02ca8b2 (patch)
treecf640a70140305274c22c42f1339c64658c76a3d /Doxyfile.in
parenta93bfb125bd2e68c73e89d7dac9fe61ce895697d (diff)
Move the examples documentation in a separate file.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index ef54f09..efd0f33 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -579,7 +579,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = "@CMAKE_SOURCE_DIR@/src"
+INPUT = "@CMAKE_SOURCE_DIR@/src" \
+ "@CMAKE_SOURCE_DIR@/examples/examples.dox"
# 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