Skip to content

Commit 8e81e62

Browse files
kimci86eXpl0it3r
authored andcommitted
Configure doxygen STRIP_FROM_INC_PATH option
so that include directives are correct in the generated documentation.
1 parent 933cb6d commit 8e81e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ STRIP_FROM_PATH =
199199
# specify the list of include paths that are normally passed to the compiler
200200
# using the -I flag.
201201

202-
STRIP_FROM_INC_PATH =
202+
STRIP_FROM_INC_PATH = "@DOXYGEN_INPUT_DIR@/include"
203203

204204
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
205205
# less readable) file names. This can be useful is your file systems doesn't

0 commit comments

Comments
 (0)