From 5915b9ae2d49e9d227e972b4648cc6cc2c689b64 Mon Sep 17 00:00:00 2001 From: Cory Date: Mon, 4 Dec 2023 22:25:43 +0100 Subject: [PATCH] Modify Doxyfile --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index e9af565..8428bbb 100644 --- a/Doxyfile +++ b/Doxyfile @@ -523,7 +523,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO, @@ -1237,7 +1237,7 @@ VERBATIM_HEADERS = YES # generated with the -Duse_libclang=ON option for CMake. # The default value is: NO. -CLANG_ASSISTED_PARSING = NO +CLANG_ASSISTED_PARSING = YES # If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS # tag is set to YES then doxygen will add the directory of each input to the