mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
A batch of life-cycle examples for different modules (#654)
* Create a tag file for permalinks. * Added DOXYGEN_TAG_FILE. * Added Doxygen life-cycle examples for different modules. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions
parent
01fe2549a3
commit
cf25524474
+7
-2
@@ -858,16 +858,21 @@ FILE_PATTERNS = H5*public.h \
|
||||
H5FDcore.h \
|
||||
H5FDdirect.h \
|
||||
H5FDfamily.h \
|
||||
H5FDhdfs.h \
|
||||
H5FDlog.h \
|
||||
H5FDmirror.h \
|
||||
H5FDmpi.h \
|
||||
H5FDmpio.h \
|
||||
H5FDmulti.h \
|
||||
H5FDros3.h \
|
||||
H5FDsec2.h \
|
||||
H5FDsplitter.h \
|
||||
H5FDstdio.h \
|
||||
H5FDwindows.h \
|
||||
H5VLconnector.h \
|
||||
H5VLconnector_passthru.h \
|
||||
H5VLnative.h \
|
||||
H5Zdevelop.h \
|
||||
H5version.h \
|
||||
*.dox
|
||||
|
||||
@@ -2177,7 +2182,7 @@ INCLUDE_FILE_PATTERNS =
|
||||
# recursively expanded use the := operator instead of the = operator.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
PREDEFINED = H5_HAVE_PARALLEL
|
||||
PREDEFINED = @DOXYGEN_PREDEFINED@
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
# tag can be used to specify a list of macro names that should be expanded. The
|
||||
@@ -2221,7 +2226,7 @@ TAGFILES =
|
||||
# tag file that is based on the input files it reads. See section "Linking to
|
||||
# external documentation" for more information about the usage of tag files.
|
||||
|
||||
GENERATE_TAGFILE =
|
||||
GENERATE_TAGFILE = @DOXYGEN_TAG_FILE@
|
||||
|
||||
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
|
||||
# the class index. If set to NO, only the inherited external classes will be
|
||||
|
||||
Reference in New Issue
Block a user