From 3a44ac33203fa8322ab42d3c3e4a0c81134b04e5 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Tue, 26 Jul 2022 08:55:47 -0500 Subject: Merge changes between branches (#1930) * Merge changes between branches * More merge synchs --- doxygen/dox/RFC.dox | 2 +- doxygen/dox/ReferenceManual.dox | 11 ++++++----- doxygen/dox/UsersGuide.dox | 14 ++++++++------ doxygen/examples/H5.format.1.0.html | 2 +- doxygen/examples/H5.format.1.1.html | 2 +- hl/src/H5LTpublic.h | 2 +- hl/src/H5PTpublic.h | 2 +- 7 files changed, 19 insertions(+), 16 deletions(-) diff --git a/doxygen/dox/RFC.dox b/doxygen/dox/RFC.dox index c16dcea..3cda309 100644 --- a/doxygen/dox/RFC.dox +++ b/doxygen/dox/RFC.dox @@ -88,4 +88,4 @@ 2004-08-11 \ref_rfc20040811 -*/ \ No newline at end of file +*/ diff --git a/doxygen/dox/ReferenceManual.dox b/doxygen/dox/ReferenceManual.dox index cd438c2..2e1b8e9 100644 --- a/doxygen/dox/ReferenceManual.dox +++ b/doxygen/dox/ReferenceManual.dox @@ -9,7 +9,7 @@ The functions provided by the HDF5 C-API are grouped into the following - - - + + + + +
+
\li \ref H5A "Attributes (H5A)" \li \ref H5D "Datasets (H5D)" \li \ref H5S "Dataspaces (H5S)" @@ -27,8 +27,6 @@ The functions provided by the HDF5 C-API are grouped into the following \li \ref H5PL "Dynamically-loaded Plugins (H5PL)" \li \ref H5R "References (H5R)" -\li \ref api-compat-macros -\li Deprecated functions \li \ref high_level
  • \ref H5LT "Lite (H5LT, H5LD)" @@ -44,11 +42,14 @@ The functions provided by the HDF5 C-API are grouped into the following \a Core \a library: \ref H5 \ref H5A \ref H5D \ref H5E \ref H5F \ref H5G \ref H5I \ref H5L \ref H5O \ref H5P \ref H5PL \ref H5R \ref H5S \ref H5T \ref H5Z
\a High-level \a library: \ref H5LT \ref H5IM \ref H5TB \ref H5PT \ref H5DS \ref H5DO \ref H5LR
Deprecated functionsFunctions with \ref ASYNC\ref api-compat-macros
diff --git a/doxygen/dox/UsersGuide.dox b/doxygen/dox/UsersGuide.dox index 0e2b4fd..d6d0dcb 100644 --- a/doxygen/dox/UsersGuide.dox +++ b/doxygen/dox/UsersGuide.dox @@ -405,13 +405,15 @@ Previous Chapter \ref sec_plist \li \ref api-compat-macros \li Deprecated functions -\li High-level Extensions +\li \ref high_level diff --git a/doxygen/examples/H5.format.1.0.html b/doxygen/examples/H5.format.1.0.html index 041cdb6..4eb0548 100644 --- a/doxygen/examples/H5.format.1.0.html +++ b/doxygen/examples/H5.format.1.0.html @@ -732,7 +732,7 @@ Elena> "Free-space object" only does the level indicate whether child pointers point to sub-trees or to data, but it can also be used to help file consistency checking utilities reconstruct - damanged trees. + damaged trees. diff --git a/doxygen/examples/H5.format.1.1.html b/doxygen/examples/H5.format.1.1.html index 4b6d42d..9d03a76 100644 --- a/doxygen/examples/H5.format.1.1.html +++ b/doxygen/examples/H5.format.1.1.html @@ -1059,7 +1059,7 @@ TABLE.list TD { border:none; } only does the level indicate whether child pointers point to sub-trees or to data, but it can also be used to help file consistency checking utilities reconstruct - damanged trees. + damaged trees.

diff --git a/hl/src/H5LTpublic.h b/hl/src/H5LTpublic.h index 90deb56..56cebc1 100644 --- a/hl/src/H5LTpublic.h +++ b/hl/src/H5LTpublic.h @@ -1464,7 +1464,7 @@ H5_HLDLL herr_t H5LTfind_attribute(hid_t loc_id, const char *name); * indicating the file’s root group, followed by the members * - A relative path with respect to \p loc_id * - A dot (\c .), if \p loc_id is the object identifier for - * the object itself + * the object itself. * * If \p path is an absolute path, then \p loc_id can be an * identifier for any object in the file as it is used only to diff --git a/hl/src/H5PTpublic.h b/hl/src/H5PTpublic.h index 04741ac..185e4a4 100644 --- a/hl/src/H5PTpublic.h +++ b/hl/src/H5PTpublic.h @@ -210,7 +210,7 @@ H5_HLDLL herr_t H5PTclose(hid_t table_id); * Level 0 is faster but offers the least compression; * level 9 is slower but offers maximum compression. * A setting of -1 indicates that no compression is desired. - + * */ /* This function may be removed from the packet table in release 1.8.19. */ H5_HLDLL hid_t H5PTcreate_fl(hid_t loc_id, const char *dset_name, hid_t dtype_id, hsize_t chunk_size, -- cgit v0.12