Strip path prefix in doxygen docs - no /home/dziegel/ in the future :-)

This commit is contained in:
Dirk Ziegelmeier 2016-08-11 21:25:28 +02:00
parent b34baff546
commit 13251526fa

View File

@ -162,7 +162,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 = ../../
# 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