Use relative path in Doxygen STRIP_FROM_PATH
This seems better than requiring yet another environment variable to be defined, and should work reliably as Doxygen is always run from docs/doxygen directory. Leave WXWIDGETS in STRIP_FROM_INC_PATH which doesn't seem to be used anywhere anyhow -- and so, perhaps, should be removed entirely?
This commit is contained in:
parent
379a404f98
commit
c3be5d7550
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ ABBREVIATE_BRIEF =
|
|||
ALWAYS_DETAILED_SEC = YES # Default: NO
|
||||
INLINE_INHERITED_MEMB = NO
|
||||
FULL_PATH_NAMES = YES
|
||||
STRIP_FROM_PATH = "$(WXWIDGETS)/"
|
||||
STRIP_FROM_PATH = ../..
|
||||
STRIP_FROM_INC_PATH = "$(WXWIDGETS)/include/" \
|
||||
"$(WXWIDGETS)/interface/"
|
||||
SHORT_NAMES = NO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue