changeset 33083:4cca4e84e1d4 stable

omit non-public functions and classes from doxygen output * Doxyfile.in (EXTRACT_PRIVATE, EXTRACT_STATIC, EXTRACT_LOCAL_CLASSES): Set to NO.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Feb 2024 15:08:20 -0500
parents bb85970558e7
children e14d9687740a
files doc/doxyhtml/Doxyfile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doxyhtml/Doxyfile.in	Fri Feb 23 15:05:32 2024 -0500
+++ b/doc/doxyhtml/Doxyfile.in	Fri Feb 23 15:08:20 2024 -0500
@@ -271,7 +271,7 @@
 # be included in the documentation.
 # The default value is: NO.
 
-EXTRACT_PRIVATE        = YES
+EXTRACT_PRIVATE        = NO
 
 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
 # scope will be included in the documentation.
@@ -283,7 +283,7 @@
 # included in the documentation.
 # The default value is: NO.
 
-EXTRACT_STATIC         = YES
+EXTRACT_STATIC         = NO
 
 # 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,
@@ -291,7 +291,7 @@
 # for Java sources.
 # The default value is: YES.
 
-EXTRACT_LOCAL_CLASSES  = YES
+EXTRACT_LOCAL_CLASSES  = NO
 
 
 # If this flag is set to YES, the members of anonymous namespaces will be