summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-12-17 03:52:08 (GMT)
committerGitHub <noreply@github.com>2022-12-17 03:52:08 (GMT)
commit8102fa8c972bdc0d8fd8f3dae604e070893150d6 (patch)
tree5928369da75de7d4b04046c5f6904550a4ee22ae /doxygen
parent784061b15e176b9919c19a220ce278a9f4cddf0e (diff)
downloadhdf5-8102fa8c972bdc0d8fd8f3dae604e070893150d6.zip
hdf5-8102fa8c972bdc0d8fd8f3dae604e070893150d6.tar.gz
hdf5-8102fa8c972bdc0d8fd8f3dae604e070893150d6.tar.bz2
Only document Fortran functions (#2319)
* Only document Fortran functions * Only document Fortran functions * Only document Fortran functions * Only document Fortran functions
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/Doxyfile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in
index f45f746..28c7327 100644
--- a/doxygen/Doxyfile.in
+++ b/doxygen/Doxyfile.in
@@ -897,7 +897,15 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = */fortran/test/*
+EXCLUDE_PATTERNS += */fortran/testpar/*
+EXCLUDE_PATTERNS += */fortran/examples/*
+EXCLUDE_PATTERNS += */fortran/src/*.c
+EXCLUDE_PATTERNS += */fortran/src/*.h
+EXCLUDE_PATTERNS += */hl/fortran/examples/*
+EXCLUDE_PATTERNS += */hl/fortran/test/*
+EXCLUDE_PATTERNS += */hl/fortran/src/*.c
+EXCLUDE_PATTERNS += */hl/fortran/src/*.h
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the