Skip to content

Commit b011609

Browse files
committed
use relative path in doxygen source file names
1 parent 87de4f1 commit b011609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ FULL_PATH_NAMES = YES
120120
# If left blank the directory from which doxygen is run is used as the
121121
# path to strip.
122122

123-
STRIP_FROM_PATH =
123+
STRIP_FROM_PATH = @CMAKE_CURRENT_SOURCE_DIR@
124124

125125
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
126126
# the path mentioned in the documentation of a class, which tells
@@ -456,7 +456,7 @@ INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../SeExpr \
456456
@CMAKE_CURRENT_SOURCE_DIR@/../demos \
457457
@CMAKE_CURRENT_SOURCE_DIR@/../demos/imageEditor \
458458
@CMAKE_CURRENT_SOURCE_DIR@/../demos/imageSynth \
459-
@CMAKE_CURRENT_SOURCE_DIR@/../demos/rman \
459+
@CMAKE_CURRENT_SOURCE_DIR@/../demos/rman2 \
460460
@CMAKE_CURRENT_SOURCE_DIR@/../demos/segraph \
461461
@CMAKE_CURRENT_SOURCE_DIR@
462462

0 commit comments

Comments
 (0)