summaryrefslogtreecommitdiffstats
path: root/src/H5Dmodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-29 13:38:54 (GMT)
committerGitHub <noreply@github.com>2024-01-29 13:38:54 (GMT)
commit365e23340cd001ee751da366235ae420156ad728 (patch)
tree49d5a73db00b4eb8ecdd8c872027f58265e18ba4 /src/H5Dmodule.h
parent1bea9e6100fd7c92caf31eba96766aa8ec4f356c (diff)
downloadhdf5-365e23340cd001ee751da366235ae420156ad728.zip
hdf5-365e23340cd001ee751da366235ae420156ad728.tar.gz
hdf5-365e23340cd001ee751da366235ae420156ad728.tar.bz2
Fix doxygen errors (#3962)
* Switch warnings as errors to default OFF * Enable mac docs * Add doxygen action uses step * Use html div around snippet * Allow preset name to be an argument to cmake-ctest.yml
Diffstat (limited to 'src/H5Dmodule.h')
-rw-r--r--src/H5Dmodule.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/H5Dmodule.h b/src/H5Dmodule.h
index 84d00e8..81f197d 100644
--- a/src/H5Dmodule.h
+++ b/src/H5Dmodule.h
@@ -179,10 +179,15 @@
* </table>
*
* \anchor dcpl_table_tag Dataset creation property list functions (H5P)
+ * <div>
* \snippet{doc} tables/propertyLists.dox dcpl_table
+ * </div>
*
* \anchor dapl_table_tag Dataset access property list functions (H5P)
+ *
+ * <div>
* \snippet{doc} tables/propertyLists.dox dapl_table
+ * </div>
*
* \subsection subsec_dataset_program Programming Model for Datasets
* This section explains the programming model for datasets.
@@ -863,7 +868,9 @@
* the pipeline processing: the pipeline and filter operations are identical no matter what data access
* mechanism is used.
*
+ * <div>
* \snippet{doc} tables/propertyLists.dox lcpl_table
+ * </div>
*
* Each file driver writes/reads contiguous blocks of bytes from a logically contiguous address
* space. The file driver is responsible for managing the details of the different physical storage
@@ -880,7 +887,9 @@
* Data transfer properties set optional parameters that control parts of the data pipeline. The
* function listing below shows transfer properties that control the behavior of the library.
*
+ * <div>
* \snippet{doc} tables/fileDriverLists.dox file_driver_table
+ * </div>
*
* Some filters and file drivers require or use additional parameters from the application program.
* These can be passed in the data transfer property list. The table below shows file driver property