From 4d9bbbfc5e295490a2a1f996cf015ce11a72bfa9 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 26 May 2025 23:11:14 +0200 Subject: [PATCH] doxygen: Hide undocumented members. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index d754cc33..7d541057 100644 --- a/Doxyfile +++ b/Doxyfile @@ -508,7 +508,7 @@ EXTRACT_ANON_NSPACES = NO # 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 -- 2.39.5