summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2011-03-06 20:24:07 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2011-03-06 20:24:07 +0200
commit8ac052671f6e30e5248acb0a37061c64dca5f2e6 (patch)
tree37b277dbb5471ff89219ecc2062772c812630e4c /Doxyfile.in
parent7e31e23c693f28c170510f55df77ffb7bf01323c (diff)
Use the root source directory as the base path for included files in the documentation.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index efd0f33..309e494 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -637,7 +637,7 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = "@CMAKE_SOURCE_DIR@/examples"
+EXAMPLE_PATH = "@CMAKE_SOURCE_DIR@"
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp