diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-07-26 13:55:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 13:55:47 (GMT) |
commit | 3a44ac33203fa8322ab42d3c3e4a0c81134b04e5 (patch) | |
tree | c24226e6f6ad2d10a44167f7373d6f93deb136ad | |
parent | 4aee377338730ea97f12506a86e1a3e4d6c21984 (diff) | |
download | hdf5-3a44ac33203fa8322ab42d3c3e4a0c81134b04e5.zip hdf5-3a44ac33203fa8322ab42d3c3e4a0c81134b04e5.tar.gz hdf5-3a44ac33203fa8322ab42d3c3e4a0c81134b04e5.tar.bz2 |
Merge changes between branches (#1930)
* Merge changes between branches
* More merge synchs
-rw-r--r-- | doxygen/dox/RFC.dox | 2 | ||||
-rw-r--r-- | doxygen/dox/ReferenceManual.dox | 11 | ||||
-rw-r--r-- | doxygen/dox/UsersGuide.dox | 14 | ||||
-rw-r--r-- | doxygen/examples/H5.format.1.0.html | 2 | ||||
-rw-r--r-- | doxygen/examples/H5.format.1.1.html | 2 | ||||
-rw-r--r-- | hl/src/H5LTpublic.h | 2 | ||||
-rw-r--r-- | 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 @@ <tr> <td>2004-08-11</td> <td>\ref_rfc20040811</td> <td></td> </tr> </table> -*/
\ 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 <td> <table> -<tr><td style="border: none;"> +<tr valign="top"><td style="border: none;"> \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)" </td><td style="border: none;vertical-align: top;"> -\li \ref api-compat-macros -\li <a href="./deprecated.html">Deprecated functions</a> \li \ref high_level <ul> <li>\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 </td></tr> - <tr><td colspan="3" style="border: none;"> \a High-level \a library: \ref H5LT \ref H5IM \ref H5TB \ref H5PT \ref H5DS \ref H5DO \ref H5LR </td></tr> - +<tr> +<td><a href="./deprecated.html">Deprecated functions</a></td> +<td>Functions with \ref ASYNC</td> +<td>\ref api-compat-macros</td> +</tr> </table> </td></tr> 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 </td><td style="border: none;vertical-align: top;"> \li \ref api-compat-macros \li <a href="./deprecated.html">Deprecated functions</a> -\li High-level Extensions +\li \ref high_level <ul> - <li><a href="https://portal.hdfgroup.org/display/HDF5/Lite">\Bold{HDF5 Lite} (H5LT)</a></li> - <li><a href="https://portal.hdfgroup.org/display/HDF5/Images">\Bold{HDF5 Image} (H5IM)</a></li> - <li><a href="https://portal.hdfgroup.org/display/HDF5/Tables">\Bold{HDF5 Table} (H5TB)</a></li> - <li><a href="https://portal.hdfgroup.org/display/HDF5/Packet+Tables">\Bold{HDF5 Packet Table} (H5TB)</a></li> - <li><a href="https://portal.hdfgroup.org/display/HDF5/Dimension+Scales">\Bold{HDF5 Dimension Scale} (H5DS)</a></li> + <li>\ref H5LT "Lite (H5LT, H5LD)" + <li>\ref H5IM "Images (H5IM)" + <li>\ref H5TB "Table (H5TB)" + <li>\ref H5PT "Packet Table (H5PT)" + <li>\ref H5DS "Dimension Scale (H5DS)" + <li>\ref H5DO "Optimizations (H5DO)" + <li>\ref H5LR "Extensions (H5LR, H5LT)" </ul> </td></tr> <tr><td colspan="3" style="border: none;"> 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.</td> + damaged trees.</td> </tr> <tr valign=top> 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. </P> </td> </tr> 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, |