changeset 33085:2239226e99d1 stable

don't include any GUI classes or functions in doxygen output The functions in libgui are not part of the Octave API, so omit them from the public documentation. * Doxyfile.in (INPUT): Remove libgui from the list. (EXCLUDE): Remove libgui directories from the list.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Feb 2024 15:11:57 -0500
parents e14d9687740a
children 92844cd3b59c 6ed312edd0d4
files doc/doxyhtml/Doxyfile.in
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doxyhtml/Doxyfile.in	Fri Feb 23 15:09:44 2024 -0500
+++ b/doc/doxyhtml/Doxyfile.in	Fri Feb 23 15:11:57 2024 -0500
@@ -384,15 +384,12 @@
 INPUT                  = @abs_top_srcdir@/src/ \
                          @abs_top_srcdir@/liboctave/ \
                          @abs_top_srcdir@/libinterp \
-                         @abs_top_srcdir@/libgui \
                          @abs_top_srcdir@/doc/doxyhtml/pages \
                          @abs_top_builddir@/doc/doxyhtml/pages
 
 # The EXCLUDE tag is used to exclude files and/or directories that would
 # otherwise be included by the INPUT tag.
-EXCLUDE                = @abs_top_srcdir@/libgui/kb-layouts \
-                         @abs_top_srcdir@/libgui/languages \
-                         @abs_top_srcdir@/libgui/qterminal/libqterminal/unix
+EXCLUDE                =
 
 # This tag is used to exclude files and/or directories that would otherwise be
 # included by the INPUT tag using a pattern rather than an exact name as