Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
15785496
Commit
15785496
authored
Aug 12, 2004
by
Alexandre Duret-Lutz
Browse files
* doc/Doxyfile.in (STRIP_FROM_PATH): Strip @srcdir@ so its
does not appear when listing mainpage.dox.
parent
59947d11
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
15785496
2004-08-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
* doc/Doxyfile.in (STRIP_FROM_PATH): Strip @srcdir@ so its
does not appear when listing mainpage.dox.
2004-08-11 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/ltl2tgba_fm.hh, src/tgbaalgos/ltl2tgba_lacim.hh:
...
...
doc/Doxyfile.in
View file @
15785496
...
...
@@ -115,7 +115,8 @@ FULL_PATH_NAMES = YES
# path to strip.
STRIP_FROM_PATH = @top_srcdir@/src/ \
@top_srcdir@/iface/
@top_srcdir@/iface/ \
@srcdir@
# 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment