changeset 33077:2bd8a5196b9c stable

exclude some directories from Doxygen processing * Doxyfile.in: Exclude libgui/kb-layouts, libgui/languages, and libgui/qterminal/libqterminal/unix.
author John W. Eaton <jwe@octave.org>
date Thu, 22 Feb 2024 16:06:50 -0500
parents 880ae2c95f22
children 862ea2a4f5b9
files doc/doxyhtml/Doxyfile.in
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doxyhtml/Doxyfile.in	Thu Feb 22 15:19:35 2024 -0500
+++ b/doc/doxyhtml/Doxyfile.in	Thu Feb 22 16:06:50 2024 -0500
@@ -390,7 +390,9 @@
 
 # The EXCLUDE tag is used to exclude files and/or directories that would
 # otherwise be included by the INPUT tag.
-#EXCLUDE                =
+EXCLUDE                = @abs_top_srcdir@/libgui/kb-layouts \
+                         @abs_top_srcdir@/libgui/languages \
+                         @abs_top_srcdir@/libgui/qterminal/libqterminal/unix
 
 # 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