aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxygen.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxygen.conf.in')
-rw-r--r--doc/doxygen.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in
index e47094229..440df06bf 100644
--- a/doc/doxygen.conf.in
+++ b/doc/doxygen.conf.in
@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
-STRIP_FROM_PATH =
+STRIP_FROM_PATH = @abs_top_srcdir@/src/
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which