From 11df03b0ada6c99780fa91d4222da5583ceb91ae Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 7 Mar 2022 10:55:35 +0100 Subject: [PATCH] Doxygen: Add static functions and templates Being portable, means having all function implementations in #include files and functions marked as static. We have no global functions in this project yet, but it took me quite some head scratching in WinStd project why all the global functions are missing in the documentation. Signed-off-by: Simon Rozman --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index c0c52a637..8df8d5c9c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -491,7 +491,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,