Skip to content
Snippets Groups Projects
Commit 66f7078e authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix strip from path variable

parent 764db4ea
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ FULL_PATH_NAMES = YES ...@@ -170,7 +170,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started. # will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES. # This tag requires that the tag FULL_PATH_NAMES is set to YES.
STRIP_FROM_PATH = YES STRIP_FROM_PATH = "@PUGS_SOURCE_DIR@/src"
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the # 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 # path mentioned in the documentation of a class, which tells the reader which
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment