From 67abbadbf18174849a29bb17f2cdc6c664528817 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 30 May 2024 15:42:38 +0200 Subject: [PATCH] feat(doxygen): enabled HIDE_UNDOC_MEMBERS --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 4b1a60a..c9dc9ff 100644 --- a/Doxyfile +++ b/Doxyfile @@ -582,7 +582,7 @@ RESOLVE_UNNAMED_PARAMS = YES # section is generated. This option has no effect if EXTRACT_ALL is enabled. # The default value is: NO. -HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_MEMBERS = YES # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. If set