summaryrefslogtreecommitdiff
path: root/doxygen/doxygen.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/doxygen.conf.in')
-rw-r--r--doxygen/doxygen.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doxygen/doxygen.conf.in b/doxygen/doxygen.conf.in
index a97c16543..21b6814f0 100644
--- a/doxygen/doxygen.conf.in
+++ b/doxygen/doxygen.conf.in
@@ -758,8 +758,8 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = @srcdir@/../src/utils \
- @srcdir@/../src/tests
+EXAMPLE_PATH = @top_srcdir@/src/utils \
+ @top_srcdir@/src/tests
# 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