From b6c3c80bfdeaaddfe95be0f48699106476500c30 Mon Sep 17 00:00:00 2001 From: kimci86 Date: Tue, 11 Apr 2023 20:32:28 +0200 Subject: [PATCH] Configure doxygen STRIP_FROM_INC_PATH option so that include directives are correct in the generated documentation. --- doc/doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxyfile.in b/doc/doxyfile.in index 87271626a7..67cf6b40be 100644 --- a/doc/doxyfile.in +++ b/doc/doxyfile.in @@ -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