From: Andre Noll Date: Mon, 26 May 2025 21:11:14 +0000 (+0200) Subject: doxygen: Hide undocumented members. X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=4d9bbbfc5e295490a2a1f996cf015ce11a72bfa9;p=paraslash.git doxygen: Hide undocumented members. --- 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