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:
Vadim Zeitlin
2018-02-18 22:45:02 +01:00
parent 379a404f98
commit c3be5d7550

View File

@@ -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