summaryrefslogtreecommitdiffstats
path: root/doxygen/Doxyfile.in
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-09-27 03:49:29 (GMT)
committerGitHub <noreply@github.com>2022-09-27 03:49:29 (GMT)
commitdcd332d2310d3f402a01ebfc187dc36101662d71 (patch)
tree14867bede382c140250b5a55486c9cad8afbfa8f /doxygen/Doxyfile.in
parent853a592d2db514f1403b4eab4ee6be2c0ed93da6 (diff)
downloadhdf5-dcd332d2310d3f402a01ebfc187dc36101662d71.zip
hdf5-dcd332d2310d3f402a01ebfc187dc36101662d71.tar.gz
hdf5-dcd332d2310d3f402a01ebfc187dc36101662d71.tar.bz2
Restructure ref manual presentation (#2123)
Diffstat (limited to 'doxygen/Doxyfile.in')
-rw-r--r--doxygen/Doxyfile.in42
1 files changed, 14 insertions, 28 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in
index 08f5545..393507c 100644
--- a/doxygen/Doxyfile.in
+++ b/doxygen/Doxyfile.in
@@ -853,34 +853,20 @@ INPUT_ENCODING = UTF-8
# C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd,
# *.vhdl, *.ucf, *.qsf and *.ice.
-FILE_PATTERNS = H5*public.h \
- H5*module.h \
- H5*develop.h \
- H5FDcore.h \
- H5FDdirect.h \
- H5FDfamily.h \
- H5FDhdfs.h \
- H5FDioc.h \
- H5FDlog.h \
- H5FDmirror.h \
- H5FDmpi.h \
- H5FDmpio.h \
- H5FDmulti.h \
- H5FDros3.h \
- H5FDsec2.h \
- H5FDsplitter.h \
- H5FDstdio.h \
- H5FDsubfiling.h \
- H5FDwindows.h \
- H5VLconnector.h \
- H5VLconnector_passthru.h \
- H5VLnative.h \
- H5Zdevelop.h \
- H5version.h \
- H5*.java \
- HDF*.java \
- *.F90 \
- *.dox
+FILE_PATTERNS = H5*public.h H5*module.h H5*develop.h H5FD*.h \
+ H5VLconnector.h H5VLconnector_passthru.h H5VLnative.h \
+ H5Zdevelop.h \
+ H5version.h \
+ H5*.java \
+ HDF*.java \
+ *.F90 \
+ *.dox \
+ H5Cpp.h H5AbstractDs.h H5AtomType.h H5Attribute.h H5CommonFG.h H5CompType.h \
+ H5DataSet.h H5DataSpace.h H5DataType.h H5OcreatProp.h H5DaccProp.h H5DcreatProp.h \
+ H5DxferProp.h H5EnumType.h H5Exception.h H5FaccProp.h H5FcreatProp.h H5File.h \
+ H5FloatType.h H5Group.h H5IdComponent.h H5Include.h H5IntType.h H5LcreatProp.h \
+ H5LaccProp.h H5Library.h H5Location.h H5Object.h H5PredType.h H5PropList.h H5StrType.h \
+ H5ArrayType.h H5VarLenType.h
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.