diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-11-27 21:30:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 21:30:15 (GMT) |
commit | fc88fcde1091cf12c1e88c783a14ee0f1cffe31c (patch) | |
tree | 91b88b62cd30ed37ee9227e43989e95035be43c3 /doxygen | |
parent | a067bf71f57723d2dfca7dfe2ffd9ea502eccd4f (diff) | |
download | hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.zip hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.tar.gz hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.tar.bz2 |
Develop merge examples (#3851)
* Merge examples repo into library
* Change grepTest to be more fault-tolerant
* Update examples macro file
* Exclude all Fortran examples from doxygen
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/Doxyfile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in index 464e09a..318b2eb 100644 --- a/doxygen/Doxyfile.in +++ b/doxygen/Doxyfile.in @@ -733,6 +733,7 @@ EXCLUDE_PATTERNS += */hl/fortran/examples/* EXCLUDE_PATTERNS += */hl/fortran/test/* EXCLUDE_PATTERNS += */hl/fortran/src/*.c EXCLUDE_PATTERNS += */hl/fortran/src/*.h +EXCLUDE_PATTERNS += */HDF5Examples/FORTRAN/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the |