Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 7ba789f

Browse files
committed
Merge pull request #123 from dawagner/misc-doxygen-tweaks
Misc doxygen tweaks
2 parents 4fa9af0 + 47f35f1 commit 7ba789f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
152152
# will be relative from the directory where doxygen is started.
153153
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
154154

155-
STRIP_FROM_PATH =
155+
STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@
156156

157157
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
158158
# path mentioned in the documentation of a class, which tells the reader which
@@ -1135,7 +1135,7 @@ HTML_COLORSTYLE_GAMMA = 80
11351135
# The default value is: YES.
11361136
# This tag requires that the tag GENERATE_HTML is set to YES.
11371137

1138-
HTML_TIMESTAMP = YES
1138+
HTML_TIMESTAMP = NO
11391139

11401140
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
11411141
# documentation will contain sections that can be hidden and shown after the

0 commit comments

Comments
 (0)