summaryrefslogtreecommitdiffstats
path: root/src/H5Dmodule.h
diff options
context:
space:
mode:
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