Skip to content

Commit

Permalink
Use relative path in Doxygen STRIP_FROM_PATH
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
vadz committed Feb 18, 2018
1 parent 379a404 commit c3be5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3be5d7

Please sign in to comment.