From 3fd6e5b604c4b4ab1fcb33d1178eff2ed764dc70 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 7 Mar 2022 10:09:16 +0100 Subject: [PATCH] Doxygen: Add static functions and templates Marking all global functions and templates as static made Doxygen hide them from the documentation. However, they were marked as static because of the portable nature of WinStd. Not to isolate them. Signed-off-by: Simon Rozman --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 8d9f45eb..d3329fe8 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,