aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2017-03-25 19:40:02 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2017-03-25 19:40:02 +0100
commitb338a9dc265d7bc46a2528ffc45f7bf6fba96620 (patch)
treecc19ab8533d51e3a9cceb707ee4065a4a0ca86ff /doc/Doxyfile.in
parent7a9328b4d66d746f815d190751a2e3ad75e397a0 (diff)
downloadsciteco-b338a9dc265d7bc46a2528ffc45f7bf6fba96620.tar.gz
some minor Doxygen documentation improvements
* avoid warnings * make sure Doxygen finds RBEntryOwnString * it would be nice to strip the top level `SciTECO` namespace but this is not supported without some macro magic that ommit the namespace declaration when processing with Doxygen.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 3fc593e..c348346 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.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 = "@abs_top_srcdir@"
+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