aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doxyfile.cpp.in2
-rw-r--r--Doxyfile.java.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in
index 65ceed7..f09eb93 100644
--- a/Doxyfile.cpp.in
+++ b/Doxyfile.cpp.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 = @CMAKE_CURRENT_SOURCE_DIR@
# 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
diff --git a/Doxyfile.java.in b/Doxyfile.java.in
index 9ddbd03..9879806 100644
--- a/Doxyfile.java.in
+++ b/Doxyfile.java.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 = @CMAKE_CURRENT_SOURCE_DIR@
# 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