From 0c3e2216d81c2c78fd274c14a6c9ebd450771d41 Mon Sep 17 00:00:00 2001 From: jhendersonHDF Date: Tue, 2 Dec 2025 17:15:45 -0600 Subject: [PATCH] Exclude HISTORY-2.X file from Doxygen parsing (#6081) * Exclude HISTORY-2.X file from Doxygen parsing --- doxygen/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 7d3c66da418..d3615000cae 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -810,6 +810,7 @@ EXCLUDE_PATTERNS = */fortran/test/* \ */sanitizer/* \ */CONTRIBUTING.md \ */CHANGELOG.md \ + */HISTORY-*.md # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the