aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-03-17 12:15:38 +0100
committerMax Kellermann <max@duempel.org>2015-03-17 12:15:38 +0100
commit3f4908c3635055f16b6a00ff5ff962b0ac7efc28 (patch)
treef1c9fcc3e405e8a11512d66785a4924734d79ff0 /doc
parentdd0f1d9d2d534a208f457f51cbba0e187216a6f0 (diff)
downloadmpd-3f4908c3635055f16b6a00ff5ff962b0ac7efc28.tar.gz
mpd-3f4908c3635055f16b6a00ff5ff962b0ac7efc28.tar.xz
mpd-3f4908c3635055f16b6a00ff5ff962b0ac7efc28.zip
doc/doxygen.conf: strip absolute path name
Diffstat (limited to 'doc')
-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