changeset 30042:13c04ecbfbe1

doc: Exclude '*.in.h' files from Doxygen documentation. * Doxyfile.in: Add tag EXCLUDE_PATTERNS with value "*.in.h". Also add tag EXCLUDE with documentation, but comment it out as it is unused.
author Rik <rik@octave.org>
date Wed, 25 Aug 2021 11:45:37 -0700
parents f148aff802b6
children b8ffd22ee32c
files doc/doxyhtml/Doxyfile.in
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doxyhtml/Doxyfile.in	Wed Aug 25 11:25:41 2021 -0700
+++ b/doc/doxyhtml/Doxyfile.in	Wed Aug 25 11:45:37 2021 -0700
@@ -388,6 +388,16 @@
                          @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                =
+
+# 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
+# the EXCLUDE tag does.
+
+EXCLUDE_PATTERNS       = *.in.h
+
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv