From 0e2d322c523ce58a3b9aa738ad8536022b4bd618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Laranjeira?= Date: Fri, 12 Nov 2021 17:32:46 -0300 Subject: [PATCH] Changed Doxyfile setting to generate private function documentation * This should have been done 2 commits ago... --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 20148ca..96cea99 100644 --- a/Doxyfile +++ b/Doxyfile @@ -501,7 +501,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,