From b6bc89ace84f562cf69066213aaec97feb675ff0 Mon Sep 17 00:00:00 2001 From: Mateusz Jakub Fila Date: Thu, 11 Jan 2024 15:44:58 +0100 Subject: [PATCH] fixed doxygen stripping paths to generated files --- doc/Doxyfile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index cfee1fbc6..566068727 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -145,6 +145,7 @@ FULL_PATH_NAMES = YES # This tag requires that the tag FULL_PATH_NAMES is set to YES. STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@ @PROJECT_BINARY_DIR@ +STRIP_FROM_PATH += @PROJECT_SOURCE_DIR@/edm4hep # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the # path mentioned in the documentation of a class, which tells the reader which @@ -154,6 +155,7 @@ STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@ @PROJECT_BINARY_DIR@ # using the -I flag. STRIP_FROM_INC_PATH = @DOXYGEN_INCLUDE_DIRS@ @PROJECT_BINARY_DIR@/include +STRIP_FROM_INC_PATH += @PROJECT_SOURCE_DIR@/edm4hep # 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