mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Configure doxygen STRIP_FROM_INC_PATH option
so that include directives are correct in the generated documentation.
This commit is contained in:
parent
541e83ed12
commit
a21c3c101c
@ -193,7 +193,7 @@ STRIP_FROM_PATH =
|
||||
# specify the list of include paths that are normally passed to the compiler
|
||||
# using the -I flag.
|
||||
|
||||
STRIP_FROM_INC_PATH =
|
||||
STRIP_FROM_INC_PATH = "@DOXYGEN_INPUT_DIR@/include"
|
||||
|
||||
# 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 doesn't
|
||||
|
Loading…
Reference in New Issue
Block a user