* doc/Doxyfile.in (STRIP_FROM_INC_PATH): Define, so that the
`#include' references are correct.
This commit is contained in:
parent
01566183d8
commit
04fc0b986f
2 changed files with 5 additions and 1 deletions
|
|
@ -124,7 +124,8 @@ STRIP_FROM_PATH = @top_srcdir@/src/ \
|
|||
# definition is used. Otherwise one should specify the include paths that
|
||||
# are normally passed to the compiler using the -I flag.
|
||||
|
||||
STRIP_FROM_INC_PATH =
|
||||
STRIP_FROM_INC_PATH = @top_srcdir@/src/ \
|
||||
@top_srcdir@/iface/
|
||||
|
||||
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
|
||||
# (but less readable) file names. This can be useful is your file systems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue