From a0968ce775096e83602c7cacb419d3565041fa60 Mon Sep 17 00:00:00 2001
From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Date: Wed, 26 May 2021 11:53:05 -0500
Subject: Hdf5 1 10 doxygen merges (#684)
* HDFFV-10865 - merge from dev, HDFArray perf fix.
* Remove duplicate setting
* Whitespace changes after clang format
* Undo version 11 clang format changes
* Merge CMake changes from develop
* test testing script merge from develop
* Update supported platforms
* PR#3 merge from develop
* Merge gcc 10 diagnostics option from develop
* Merge #318 OSX changes from develop
* Merge small changes from develop
* Minor non-space formatting changes
* #386 copyright corrections for java folder
* Merges from develop
#358 patches from vtk
#361 fix header guard spelling
* Merge updates
#358 patches from vtk
#361 fix header guard spelling
* format fix
* Fix missing underscore and make H5public.h closer to dev
* Merges from develop
#340 clang -Wformat-security warnings
#360 Fixed uninitialized warnings
header guard underscore cleanup
JNI cleanup
* format alignment
* Add missing test ref file
* Merge #380 from develop
* Finish java merges from develop
* Fix java issues with tests and javadoc
* Correct use of attribute access plist
* Remove debug code
* Remove unused variable
* Change file access to read only for java tests
* Split clang format operations.
* More javadoc comments
* Remove pre-split setting
* format source
* Change windows TS to use older VS.
* Mostly all javadoc fixes, one argument rename.
* synch file
* Merge of long double fix and compiler flags
* HDFFV-11229 merge changes from develop
* HDFFV-11229 correct test script
* HDFFV-11229 update autotools test script for two ref files
* HDFFV-11229 merge dev changes for long double display in tools
* Committing clang-format changes
* minor whitespace
* remove unneeded macro
* Committing clang-format changes
* Add "option" command for clang options
* Rework CMake add_custom to use the BYPRODUCTS argument
Update pkgconfig scripts for parallel builds.
Fix install COPYING file reference.
Remove unused round defines.
Change CMake default setting of BUILD_CPP to off.
* Fortran target depends
* Remove incorrect source attribute
* Revert define removal
* printf specifiers and VS2015 min changes
* Committing clang-format changes
* Add time struct
* TRILAB-227 and tools debug merges from develop
* Merge various changes from dev
* Issue #669 remove version from pkgcfg filename
* remove version from h5cc script
* doxygen changes merged from develop
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
---
MANIFEST | 64 +-
configure.ac | 27 +-
doxygen/Doxyfile.in | 39 +-
doxygen/aliases | 39 +-
doxygen/dox/About.dox | 11 +
doxygen/dox/Cookbook.dox | 5 +
doxygen/dox/DDLBNF110.dox | 650 +
doxygen/dox/FileFormatSpec.dox | 23 +
doxygen/dox/GettingStarted.dox | 3 +
doxygen/dox/H5AC_cache_config_t.dox | 415 +
doxygen/dox/H5Acreate.dox | 9 +
doxygen/dox/H5Aiterate.dox | 9 +
doxygen/dox/H5Fget_info.dox | 44 +
doxygen/dox/H5Lget_info.dox | 17 +
doxygen/dox/H5Lget_info_by_idx.dox | 17 +
doxygen/dox/H5Literate.dox | 20 +
doxygen/dox/H5Literate_by_name.dox | 21 +
doxygen/dox/H5Lvisit.dox | 20 +
doxygen/dox/H5Lvisit_by_name.dox | 20 +
doxygen/dox/H5Oget_info.dox | 72 +
doxygen/dox/H5Oget_info_by_idx.dox | 55 +
doxygen/dox/H5Oget_info_by_name.dox | 58 +
doxygen/dox/H5Ovisit.dox | 55 +
doxygen/dox/H5Ovisit_by_name.dox | 54 +
doxygen/dox/H5Sencode.dox | 5 +
doxygen/dox/MetadataCachingInHDF5.dox | 1020 +
doxygen/dox/OtherSpecs.dox | 11 +
doxygen/dox/Overview.dox | 32 +
doxygen/dox/ReferenceManual.dox | 40 +
doxygen/dox/Specifications.dox | 22 +
doxygen/dox/TechnicalNotes.dox | 20 +
doxygen/dox/api-compat-macros.dox | 1 -
doxygen/dox/mainpage.dox | 36 -
doxygen/dox/maybe_metadata_reads.dox | 82 +
doxygen/examples/FF-IH_FileGroup.gif | Bin 0 -> 3407 bytes
doxygen/examples/FF-IH_FileObject.gif | Bin 0 -> 2136 bytes
doxygen/examples/FileFormatSpecChunkDiagram.jpg | Bin 0 -> 29237 bytes
doxygen/examples/H5.format.1.0.html | 4050 ++++
doxygen/examples/H5.format.1.1.html | 6439 ++++++
doxygen/examples/H5.format.2.0.html | 14902 ++++++++++++++
doxygen/examples/H5.format.html | 20400 +++++++++++++++++++
doxygen/examples/H5A_examples.c | 145 +
doxygen/examples/H5D_examples.c | 173 +
doxygen/examples/H5F_examples.c | 187 +
doxygen/examples/H5Pget_metadata_read_attempts.1.c | 22 +
doxygen/examples/H5Pget_metadata_read_attempts.2.c | 44 +
doxygen/examples/H5Pget_metadata_read_attempts.3.c | 44 +
doxygen/examples/H5Pget_object_flush_cb.c | 41 +
doxygen/examples/H5Pset_metadata_read_attempts.c | 59 +
doxygen/examples/H5Pset_object_flush_cb.c | 41 +
doxygen/examples/ImageSpec.html | 1203 ++
doxygen/examples/PaletteExample1.gif | Bin 0 -> 2731 bytes
doxygen/examples/Palettes.fm.anc.gif | Bin 0 -> 4748 bytes
doxygen/examples/TableSpec.html | 193 +
doxygen/examples/ThreadSafeLibrary.html | 787 +
doxygen/examples/VFL.html | 1601 ++
doxygen/hdf5_footer.html | 21 +
doxygen/hdf5_header.html | 61 +
doxygen/hdf5_navtree_hacks.js | 246 +
doxygen/hdf5doxy.css | 251 +
doxygen/hdf5doxy_layout.xml | 182 +
doxygen/img/FF-IH_FileGroup.gif | Bin 0 -> 3407 bytes
doxygen/img/FF-IH_FileObject.gif | Bin 0 -> 2136 bytes
doxygen/img/FileFormatSpecChunkDiagram.jpg | Bin 0 -> 29237 bytes
doxygen/img/HDFG-logo.png | Bin 4541 -> 1689 bytes
doxygen/img/PaletteExample1.gif | Bin 0 -> 2731 bytes
doxygen/img/Palettes.fm.anc.gif | Bin 0 -> 4748 bytes
doxygen/img/ftv2node.png | Bin 0 -> 86 bytes
doxygen/img/ftv2pnode.png | Bin 0 -> 229 bytes
release_docs/RELEASE.txt | 4 +-
src/H5.c | 4 +
src/H5ACpublic.h | 343 +-
src/H5Amodule.h | 37 +
src/H5Apublic.h | 1186 +-
src/H5Cpublic.h | 23 +-
src/H5Dmodule.h | 33 +
src/H5Dpublic.h | 1560 +-
src/H5Epublic.h | 767 +-
src/H5FDcore.h | 64 +-
src/H5FDdirect.h | 63 +-
src/H5FDfamily.h | 52 +-
src/H5FDhdfs.h | 14 +-
src/H5FDlog.h | 405 +-
src/H5FDmirror.h | 14 +-
src/H5FDmpi.h | 8 +-
src/H5FDmpio.h | 225 +-
src/H5FDmulti.h | 219 +-
src/H5FDpublic.h | 88 +-
src/H5FDros3.h | 14 +-
src/H5FDsplitter.h | 14 +-
src/H5FDstdio.h | 16 +-
src/H5FDwindows.h | 30 +
src/H5Fmodule.h | 39 +
src/H5Fpublic.h | 1760 +-
src/H5Gmodule.h | 92 +
src/H5Gpublic.h | 1034 +-
src/H5Imodule.h | 5 +
src/H5Ipublic.h | 618 +-
src/H5Lmodule.h | 8 +
src/H5Lpublic.h | 1515 +-
src/H5MMpublic.h | 5 +
src/H5Omodule.h | 6 +
src/H5Opublic.h | 1946 +-
src/H5PLmodule.h | 5 +
src/H5PLpublic.h | 188 +-
src/H5Pmodule.h | 46 +
src/H5Ppublic.h | 9664 ++++++++-
src/H5Rmodule.h | 7 +
src/H5Rpublic.h | 356 +-
src/H5Smodule.h | 27 +
src/H5Spublic.h | 1146 +-
src/H5Tmodule.h | 72 +
src/H5Tpublic.h | 2897 ++-
src/H5Zmodule.h | 65 +
src/H5Zpublic.h | 678 +-
src/H5module.h | 34 +
src/H5public.h | 571 +-
src/H5system.c | 1 +
118 files changed, 80628 insertions(+), 1448 deletions(-)
create mode 100644 doxygen/dox/About.dox
create mode 100644 doxygen/dox/Cookbook.dox
create mode 100644 doxygen/dox/DDLBNF110.dox
create mode 100644 doxygen/dox/FileFormatSpec.dox
create mode 100644 doxygen/dox/GettingStarted.dox
create mode 100644 doxygen/dox/H5AC_cache_config_t.dox
create mode 100644 doxygen/dox/H5Acreate.dox
create mode 100644 doxygen/dox/H5Aiterate.dox
create mode 100644 doxygen/dox/H5Fget_info.dox
create mode 100644 doxygen/dox/H5Lget_info.dox
create mode 100644 doxygen/dox/H5Lget_info_by_idx.dox
create mode 100644 doxygen/dox/H5Literate.dox
create mode 100644 doxygen/dox/H5Literate_by_name.dox
create mode 100644 doxygen/dox/H5Lvisit.dox
create mode 100644 doxygen/dox/H5Lvisit_by_name.dox
create mode 100644 doxygen/dox/H5Oget_info.dox
create mode 100644 doxygen/dox/H5Oget_info_by_idx.dox
create mode 100644 doxygen/dox/H5Oget_info_by_name.dox
create mode 100644 doxygen/dox/H5Ovisit.dox
create mode 100644 doxygen/dox/H5Ovisit_by_name.dox
create mode 100644 doxygen/dox/H5Sencode.dox
create mode 100644 doxygen/dox/MetadataCachingInHDF5.dox
create mode 100644 doxygen/dox/OtherSpecs.dox
create mode 100644 doxygen/dox/Overview.dox
create mode 100644 doxygen/dox/ReferenceManual.dox
create mode 100644 doxygen/dox/Specifications.dox
create mode 100644 doxygen/dox/TechnicalNotes.dox
delete mode 100644 doxygen/dox/mainpage.dox
create mode 100644 doxygen/dox/maybe_metadata_reads.dox
create mode 100644 doxygen/examples/FF-IH_FileGroup.gif
create mode 100644 doxygen/examples/FF-IH_FileObject.gif
create mode 100644 doxygen/examples/FileFormatSpecChunkDiagram.jpg
create mode 100644 doxygen/examples/H5.format.1.0.html
create mode 100644 doxygen/examples/H5.format.1.1.html
create mode 100644 doxygen/examples/H5.format.2.0.html
create mode 100644 doxygen/examples/H5.format.html
create mode 100644 doxygen/examples/H5A_examples.c
create mode 100644 doxygen/examples/H5D_examples.c
create mode 100644 doxygen/examples/H5F_examples.c
create mode 100644 doxygen/examples/H5Pget_metadata_read_attempts.1.c
create mode 100644 doxygen/examples/H5Pget_metadata_read_attempts.2.c
create mode 100644 doxygen/examples/H5Pget_metadata_read_attempts.3.c
create mode 100644 doxygen/examples/H5Pget_object_flush_cb.c
create mode 100644 doxygen/examples/H5Pset_metadata_read_attempts.c
create mode 100644 doxygen/examples/H5Pset_object_flush_cb.c
create mode 100644 doxygen/examples/ImageSpec.html
create mode 100644 doxygen/examples/PaletteExample1.gif
create mode 100644 doxygen/examples/Palettes.fm.anc.gif
create mode 100644 doxygen/examples/TableSpec.html
create mode 100644 doxygen/examples/ThreadSafeLibrary.html
create mode 100644 doxygen/examples/VFL.html
create mode 100644 doxygen/hdf5_footer.html
create mode 100644 doxygen/hdf5_header.html
create mode 100644 doxygen/hdf5_navtree_hacks.js
create mode 100644 doxygen/hdf5doxy.css
create mode 100644 doxygen/hdf5doxy_layout.xml
create mode 100644 doxygen/img/FF-IH_FileGroup.gif
create mode 100644 doxygen/img/FF-IH_FileObject.gif
create mode 100644 doxygen/img/FileFormatSpecChunkDiagram.jpg
create mode 100644 doxygen/img/PaletteExample1.gif
create mode 100644 doxygen/img/Palettes.fm.anc.gif
create mode 100644 doxygen/img/ftv2node.png
create mode 100644 doxygen/img/ftv2pnode.png
create mode 100644 src/H5module.h
diff --git a/MANIFEST b/MANIFEST
index d990e2d..5a96684 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -206,13 +206,74 @@
./doxygen/aliases
./doxygen/Doxyfile.in
+./doxygen/dox/About.dox
+./doxygen/dox/Cookbook.dox
+./doxygen/dox/DDLBNF110.dox
+./doxygen/dox/FileFormatSpec.dox
+./doxygen/dox/GettingStarted.dox
+./doxygen/dox/H5AC_cache_config_t.dox
+./doxygen/dox/H5Acreate.dox
+./doxygen/dox/H5Aiterate.dox
+./doxygen/dox/H5Fget_info.dox
+./doxygen/dox/H5Lget_info_by_idx.dox
+./doxygen/dox/H5Lget_info.dox
+./doxygen/dox/H5Literate_by_name.dox
+./doxygen/dox/H5Literate.dox
+./doxygen/dox/H5Lvisit_by_name.dox
+./doxygen/dox/H5Lvisit.dox
+./doxygen/dox/H5Oget_info_by_idx.dox
+./doxygen/dox/H5Oget_info_by_name.dox
+./doxygen/dox/H5Oget_info.dox
+./doxygen/dox/H5Ovisit_by_name.dox
+./doxygen/dox/H5Ovisit.dox
+./doxygen/dox/H5Sencode.dox
+./doxygen/dox/MetadataCachingInHDF5.dox
+./doxygen/dox/OtherSpecs.dox
+./doxygen/dox/Overview.dox
+./doxygen/dox/ReferenceManual.dox
+./doxygen/dox/Specifications.dox
+./doxygen/dox/TechnicalNotes.dox
./doxygen/dox/api-compat-macros.dox
-./doxygen/dox/mainpage.dox
+./doxygen/dox/maybe_metadata_reads.dox
./doxygen/dox/rm-template.dox
+./doxygen/examples/FF-IH_FileGroup.gif
+./doxygen/examples/FF-IH_FileObject.gif
+./doxygen/examples/FileFormatSpecChunkDiagram.jpg
+./doxygen/examples/H5Pset_metadata_read_attempts.c
+./doxygen/examples/H5Pset_object_flush_cb.c
+./doxygen/examples/H5.format.1.0.html
+./doxygen/examples/H5.format.1.1.html
+./doxygen/examples/H5.format.2.0.html
+./doxygen/examples/H5.format.html
+./doxygen/examples/H5A_examples.c
+./doxygen/examples/H5D_examples.c
./doxygen/examples/H5Fclose.c
./doxygen/examples/H5Fcreate.c
+./doxygen/examples/H5F_examples.c
+./doxygen/examples/H5Pget_metadata_read_attempts.1.c
+./doxygen/examples/H5Pget_metadata_read_attempts.2.c
+./doxygen/examples/H5Pget_metadata_read_attempts.3.c
+./doxygen/examples/H5Pget_object_flush_cb.c
+./doxygen/examples/ImageSpec.html
+./doxygen/examples/PaletteExample1.gif
+./doxygen/examples/Palettes.fm.anc.gif
+./doxygen/examples/TableSpec.html
+./doxygen/examples/ThreadSafeLibrary.html
+./doxygen/examples/VFL.html
./doxygen/examples/hello_hdf5.c
+./doxygen/hdf5_footer.html
+./doxygen/hdf5_header.html
+./doxygen/hdf5_navtree_hacks.js
+./doxygen/hdf5doxy.css
+./doxygen/hdf5doxy_layout.xml
+./doxygen/img/FF-IH_FileGroup.gif
+./doxygen/img/FF-IH_FileObject.gif
+./doxygen/img/FileFormatSpecChunkDiagram.jpg
./doxygen/img/HDFG-logo.png
+./doxygen/img/PaletteExample1.gif
+./doxygen/img/Palettes.fm.anc.gif
+./doxygen/img/ftv2node.png
+./doxygen/img/ftv2pnode.png
./examples/Attributes.txt
./examples/Makefile.am
@@ -548,6 +609,7 @@
./src/H5err.txt
./src/H5detect.c
./src/H5make_libsettings.c
+./src/H5module.h
./src/H5mpi.c
./src/H5overflow.txt
./src/H5private.h
diff --git a/configure.ac b/configure.ac
index 4a710fd..e9776f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1089,18 +1089,37 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
AC_SUBST([DOXYGEN_OPTIMIZE_OUTPUT_FOR_C])
AC_SUBST([DOXYGEN_MACRO_EXPANSION])
AC_SUBST([DOXYGEN_OUTPUT_DIRECTORY])
-
+ AC_SUBST([DOXYGEN_EXAMPLES_DIRECTORY])
+ AC_SUBST([DOXYGEN_LAYOUT_FILE])
+ AC_SUBST([DOXYGEN_HTML_HEADER])
+ AC_SUBST([DOXYGEN_HTML_FOOTER])
+ AC_SUBST([DOXYGEN_HTML_EXTRA_STYLESHEET])
+ AC_SUBST([DOXYGEN_HTML_EXTRA_FILES])
+ AC_SUBST([DOXYGEN_SERVER_BASED_SEARCH])
+ AC_SUBST([DOXYGEN_EXTERNAL_SEARCH])
+ AC_SUBST([DOXYGEN_SEARCHENGINE_URL])
+
+# SRCDIR Environment variables used inside doxygen macro for the source location:
DOXYGEN_PACKAGE=${PACKAGE_NAME}
DOXYGEN_VERSION_STRING=${PACKAGE_VERSION}
DOXYGEN_INCLUDE_ALIASES='$(SRCDIR)/doxygen/aliases'
DOXYGEN_PROJECT_LOGO='$(SRCDIR)/doxygen/img/HDFG-logo.png'
- DOXYGEN_PROJECT_BRIEF="C-API Reference"
+ DOXYGEN_PROJECT_BRIEF=
DOXYGEN_INPUT_DIRECTORY='$(SRCDIR) $(SRCDIR)/doxygen/dox'
DOXYGEN_OPTIMIZE_OUTPUT_FOR_C=YES
DOXYGEN_MACRO_EXPANSION=YES
DOXYGEN_OUTPUT_DIRECTORY=hdf5lib_docs
-
- DX_INIT_DOXYGEN([HDF5], [../doxygen/Doxyfile], [hdf5lib_docs])
+ DOXYGEN_EXAMPLES_DIRECTORY='$(SRCDIR)/doxygen/examples $(SRCDIR)/src $(SRCDIR)/examples $(SRCDIR)/test'
+ DOXYGEN_LAYOUT_FILE='$(SRCDIR)/doxygen/hdf5doxy_layout.xml'
+ DOXYGEN_HTML_HEADER='$(SRCDIR)/doxygen/hdf5_header.html'
+ DOXYGEN_HTML_FOOTER='$(SRCDIR)/doxygen/hdf5_footer.html'
+ DOXYGEN_HTML_EXTRA_STYLESHEET='$(SRCDIR)/doxygen/hdf5doxy.css'
+ DOXYGEN_HTML_EXTRA_FILES='$(SRCDIR)/doxygen/hdf5_navtree_hacks.js $(SRCDIR)/doxygen/img/ftv2node.png $(SRCDIR)/doxygen/img/ftv2pnode.png'
+ DOXYGEN_SERVER_BASED_SEARCH=NO
+ DOXYGEN_EXTERNAL_SEARCH=NO
+ DOXYGEN_SEARCHENGINE_URL=
+
+ DX_INIT_DOXYGEN([HDF5], [./doxygen/Doxyfile], [hdf5lib_docs])
else
AC_MSG_RESULT([no])
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in
index b1b783c..0e41a7b 100644
--- a/doxygen/Doxyfile.in
+++ b/doxygen/Doxyfile.in
@@ -738,7 +738,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
-LAYOUT_FILE =
+LAYOUT_FILE = @DOXYGEN_LAYOUT_FILE@
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
@@ -855,9 +855,16 @@ INPUT_ENCODING = UTF-8
FILE_PATTERNS = H5*public.h \
H5*module.h \
- H5VLconnector.h \
- H5VLconnector_passthru.h \
- H5VLnative.h \
+ H5FDcore.h \
+ H5FDdirect.h \
+ H5FDfamily.h \
+ H5FDlog.h \
+ H5FDmpi.h \
+ H5FDmpio.h \
+ H5FDmulti.h \
+ H5FDsec2.h \
+ H5FDstdio.h \
+ H5FDwindows.h \
H5version.h \
*.dox
@@ -907,7 +914,7 @@ EXCLUDE_SYMBOLS =
# that contain example code fragments that are included (see the \include
# command).
-EXAMPLE_PATH = ../src ../examples ../test examples
+EXAMPLE_PATH = @DOXYGEN_EXAMPLES_DIRECTORY@
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
@@ -1168,7 +1175,7 @@ HTML_FILE_EXTENSION = .html
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_HEADER =
+HTML_HEADER = @DOXYGEN_HTML_HEADER@
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1178,7 +1185,7 @@ HTML_HEADER =
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_FOOTER =
+HTML_FOOTER = @DOXYGEN_HTML_FOOTER@
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1203,7 +1210,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_EXTRA_STYLESHEET =
+HTML_EXTRA_STYLESHEET = @DOXYGEN_HTML_EXTRA_STYLESHEET@
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
@@ -1213,7 +1220,7 @@ HTML_EXTRA_STYLESHEET =
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_EXTRA_FILES =
+HTML_EXTRA_FILES = @DOXYGEN_HTML_EXTRA_FILES@
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
@@ -1271,7 +1278,7 @@ HTML_DYNAMIC_MENUS = NO
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_DYNAMIC_SECTIONS = NO
+HTML_DYNAMIC_SECTIONS = YES
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand
@@ -1483,7 +1490,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
-DISABLE_INDEX = NO
+DISABLE_INDEX = YES
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information. If the tag
@@ -1631,7 +1638,7 @@ MATHJAX_CODEFILE =
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
-SEARCHENGINE = NO
+SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a web server instead of a web client using JavaScript. There
@@ -1643,7 +1650,7 @@ SEARCHENGINE = NO
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
-SERVER_BASED_SEARCH = YES
+SERVER_BASED_SEARCH = @DOXYGEN_SERVER_BASED_SEARCH@
# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# script for searching. Instead the search results are written to an XML file
@@ -1659,7 +1666,7 @@ SERVER_BASED_SEARCH = YES
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.
-EXTERNAL_SEARCH = NO
+EXTERNAL_SEARCH = @DOXYGEN_EXTERNAL_SEARCH@
# The SEARCHENGINE_URL should point to a search engine hosted by a web server
# which will return the search results when EXTERNAL_SEARCH is enabled.
@@ -1670,7 +1677,7 @@ EXTERNAL_SEARCH = NO
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.
-SEARCHENGINE_URL =
+SEARCHENGINE_URL = @DOXYGEN_SEARCHENGINE_URL@
# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
# search data is written to a file for indexing by an external tool. With the
@@ -2167,7 +2174,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 =
+PREDEFINED = H5_HAVE_PARALLEL
# 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
diff --git a/doxygen/aliases b/doxygen/aliases
index aa22bd4..30fbd9b 100644
--- a/doxygen/aliases
+++ b/doxygen/aliases
@@ -1,3 +1,5 @@
+ALIASES += THG="The HDF Group"
+
################################################################################
# Styling
################################################################################
@@ -35,6 +37,9 @@ ALIASES += op{1}="\param[in] \1 Callback function"
ALIASES += op_data="\param[in,out] op_data User-defined callback function context"
ALIASES += op_data{1}="\param[in,out] \1 User-defined callback function context"
+ALIASES += op_data_in="\param[in] op_data User-defined callback function context"
+ALIASES += op_data_in{1}="\param[in] \1 User-defined callback function context"
+
################################################################################
# Attributes
################################################################################
@@ -60,13 +65,20 @@ ALIASES += space_id{1}="\param[in] \1 Dataspace identifier"
# Dataypes
################################################################################
-ALIASES += dtype_id="\param[in] dtype_id Datatype identifier"
-ALIASES += dtype_id{1}="\param[in] \1 Datatype identifier"
+ALIASES += type_id="\param[in] type_id Datatype identifier"
+ALIASES += type_id{1}="\param[in] \1 Datatype identifier"
ALIASES += file_type_id{1}="\param[in] \1 Datatype (in-file) identifier"
ALIASES += mem_type_id{1}="\param[in] \1 Datatype (in-memory) identifier"
################################################################################
+# Errors
+################################################################################
+
+ALIASES += estack_id="\param[in] estack_id Error stack identifier"
+ALIASES += estack_id{1}="\param[in] \1 Error stack identifier"
+
+################################################################################
# Files
################################################################################
@@ -160,11 +172,32 @@ ALIASES += fgdta_loc_obj_id{1}="\loc_obj_id{\1}. The identifier may be that of a
ALIASES += estack_id="\param[in] estack_id Error stack identifier"
ALIASES += estack_id{1}="\param[in] \1 Error stack identifier"
+ALIASES += cpp_c_api_note="\attention \Bold{C++ Developers using HDF5 C-API functions beware:}\n Several functions in this C-API take function pointers or callbacks as arguments. Examples include H5Pset_elink_cb(), H5Pset_type_conv_cb(), H5Tconvert(), and H5Ewalk2(). Application code must ensure that those callback functions return normally such to allow the HDF5 to manage its resources and maintain a consistent state. For instance, those functions must not use the C \c setjmp / \c longjmp mechanism to leave those callback functions. Within the context of C++, any exceptions thrown within the callback function must be caught, such as with a \Code{catch(…)} statement. Any exception state can be placed within the provided user data function call arguments, and may be thrown again once the calling function has returned. Exceptions raised and not handled inside the callback are not supported as it might leave the HDF5 library in an inconsistent state. Similarly, using C++20 coroutines cannot be used as callbacks, since they do not support plain return statements. If a callback function yields execution to another C++20 coroutine calling HDF5 functions as well, this may lead to undefined behavior."
+ALIASES += sa_metadata_ops="\sa \li H5Pget_all_coll_metadata_ops() \li H5Pget_coll_metadata_write() \li H5Pset_all_coll_metadata_ops() \li H5Pset_coll_metadata_write() \li \ref maybe_metadata_reads"
+
+################################################################################
+# References
+################################################################################
+
+ALIASES += ref_cons_semantics="Enabling a Strict Consistency Semantics Model in Parallel HDF5"
+ALIASES += ref_dld_filters="HDF5 Dynamically Loaded Filters"
+ALIASES += ref_file_image_ops="HDF5 File Image Operations"
+ALIASES += ref_filter_pipe="Data Flow Pipeline for H5Dread()"
+ALIASES += ref_group_impls="Group implementations in HDF5"
+ALIASES += ref_h5lib_relver="HDF5 Library Release Version Numbers"
+ALIASES += ref_mdc_in_hdf5="Metadata Caching in HDF5"
+ALIASES += ref_mdc_logging="Metadata Cache Logging"
+ALIASES += ref_news_110="New Features in HDF5 Release 1.10"
+ALIASES += ref_h5ocopy="Copying Committed Datatypes with H5Ocopy()"
+ALIASES += ref_sencode_fmt_change="RFC H5Secnode() / H5Sdecode() Format Change"
+ALIASES += ref_vlen_strings="\Emph{Creating variable-length string datatypes}"
+ALIASES += ref_vol_doc="VOL documentation"
################################################################################
# The Usual Suspects
################################################################################
+ALIASES += click4more="(Click on a enumerator, field, or type for more information.)"
ALIASES += csets="
#H5T_CSET_ASCII | US ASCII |
#H5T_CSET_UTF8 | UTF-8 Unicode encoding |
"
ALIASES += datatype_class=" \li #H5T_INTEGER \li #H5T_FLOAT \li #H5T_STRING \li #H5T_BITFIELD \li #H5T_OPAQUE \li #H5T_COMPOUND \li #H5T_REFERENCE \li #H5T_ENUM \li #H5T_VLEN \li #H5T_ARRAY"
ALIASES += file_access="#H5F_ACC_RDWR | File was opened with read/write access. |
#H5F_ACC_RDONLY | File was opened with read-only access. |
#H5F_ACC_SWMR_WRITE | File was opened with read/write access for a single-writer/multiple-reader (SWMR) scenario. Note that the writer process must also open the file with the #H5F_ACC_RDWR flag. |
#H5F_ACC_SWMR_READ | File was opened with read-only access for a single-writer/multiple-reader (SWMR) scenario. Note that the reader process must also open the file with the #H5F_ACC_RDONLY flag. |
"
@@ -180,5 +213,5 @@ ALIASES += scopes="