summaryrefslogtreecommitdiffstats
path: root/doxygen/examples
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-15 14:50:02 (GMT)
committerGitHub <noreply@github.com>2023-06-15 14:50:02 (GMT)
commit4a6872cbf62380ec0ee3394d5e0710de2216b21d (patch)
tree4f267f9d4f3087deeb23a14084128b23741006a2 /doxygen/examples
parentdee5daa7a1a6e52e4fe54e18ea31b44ce5b42f88 (diff)
downloadhdf5-4a6872cbf62380ec0ee3394d5e0710de2216b21d.zip
hdf5-4a6872cbf62380ec0ee3394d5e0710de2216b21d.tar.gz
hdf5-4a6872cbf62380ec0ee3394d5e0710de2216b21d.tar.bz2
Merges from develop/1.14 (#3118)
* Fix release action that allows files to be uploaded. Add autotools h5copy help test. Update cmake tools.cmake file for clang-tidy. CMake build is missing H5FDsubfiling.h macros improved for configure output capture. Remove obsolete files * Revert parallel config with TS * Fix doxygen warnings
Diffstat (limited to 'doxygen/examples')
-rw-r--r--doxygen/examples/menus/core_menu.md4
-rw-r--r--doxygen/examples/tables/propertyLists.dox28
2 files changed, 0 insertions, 32 deletions
diff --git a/doxygen/examples/menus/core_menu.md b/doxygen/examples/menus/core_menu.md
index 3fd7d11..8c82cc5 100644
--- a/doxygen/examples/menus/core_menu.md
+++ b/doxygen/examples/menus/core_menu.md
@@ -20,10 +20,6 @@ HDF5 datatypes describe the element type of HDF5 datasets and attributes.
<br />
HDF5 library error reporting.
-- @ref H5ES "Event Set (H5ES)"
-<br />
-HDF5 event set life cycle used with HDF5 VOL connectors that enable the asynchronous feature in HDF5.
-
- @ref H5F "Files (H5F)"
<br />
Manage HDF5 files.
diff --git a/doxygen/examples/tables/propertyLists.dox b/doxygen/examples/tables/propertyLists.dox
index 039ac97..cac7fd2 100644
--- a/doxygen/examples/tables/propertyLists.dox
+++ b/doxygen/examples/tables/propertyLists.dox
@@ -274,10 +274,6 @@ versions used when creating objects.</td>
<td>Sets the file VOL connector for a file access property list.</td>
</tr>
<tr>
-<td>#H5Pget_vol_cap_flags</td>
-<td>Retrieves the capability flags for the VOL connector that will be used with a file access property list.</td>
-</tr>
-<tr>
<td>#H5Pget_vol_id</td>
<td>Retrieves the identifier of the current VOL connector.</td>
</tr>
@@ -316,18 +312,6 @@ versions used when creating objects.</td>
<td>Returns a pointer to file driver information.</td>
</tr>
<tr>
-<td>#H5Pset_driver_by_name</td>
-<td>Sets a file driver according to a given driver name.</td>
-</tr>
-<tr>
-<td>#H5Pset_driver_by_value</td>
-<td>Sets a file driver according to a given driver value.</td>
-</tr>
-<tr>
-<td>#H5Pget_driver_config_str</td>
-<td>Retrieves a string representation of the configuration for the driver.</td>
-</tr>
-<tr>
<td>#H5Pset_fapl_core/#H5Pget_fapl_core</td>
<td>Sets the driver for buffered memory files (in RAM) or retrieves information regarding
the driver.</td>
@@ -346,10 +330,6 @@ larger than 2 gigabytes, or retrieves information regarding driver.</td>
<td>.</td>
</tr>
<tr>
-<td>#H5Pset_fapl_ioc/#H5Pget_fapl_ioc</td>
-<td>Modifies/queries the file driver properties of the I/O concentrator driver.</td>
-</tr>
-<tr>
<td>#H5Pset_fapl_log</td>
<td>Sets logging driver.</td>
</tr>
@@ -385,10 +365,6 @@ and one raw data file.</td>
<td>Sets driver for buffered permanent files.</td>
</tr>
<tr>
-<td>#H5Pset_fapl_subfiling/#H5Pget_fapl_subfiling</td>
-<td>Modifies/queries the file driver properties of the subfiling driver.</td>
-</tr>
-<tr>
<td>#H5Pset_fapl_windows</td>
<td>Sets the Windows I/O driver.</td>
</tr>
@@ -627,10 +603,6 @@ pointers to application-allocated buffers.</td>
<td>Sets/gets a data transform expression.</td>
</tr>
<tr>
-<td>#H5Pset_dataset_io_hyperslab_selection</td>
-<td>Sets a hyperslab file selection for a dataset I/O operation.</td>
-</tr>
-<tr>
<td>#H5Pset_edc_check/#H5Pget_edc_check</td>
<td>Sets/gets whether to enable error-detection when reading a dataset.</td>
</tr>