summaryrefslogtreecommitdiffstats
path: root/src/H5Pmodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-22 19:55:22 (GMT)
committerGitHub <noreply@github.com>2022-07-22 19:55:22 (GMT)
commit4aee377338730ea97f12506a86e1a3e4d6c21984 (patch)
tree7fb83ed442f2d9e0ae497b2b797678856e3b291a /src/H5Pmodule.h
parentd7fa8972dd9503b822a2d9feb0584059d8f75a68 (diff)
downloadhdf5-4aee377338730ea97f12506a86e1a3e4d6c21984.zip
hdf5-4aee377338730ea97f12506a86e1a3e4d6c21984.tar.gz
hdf5-4aee377338730ea97f12506a86e1a3e4d6c21984.tar.bz2
Port UG chapter 1 and some cleanup (#1924)
Diffstat (limited to 'src/H5Pmodule.h')
-rw-r--r--src/H5Pmodule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Pmodule.h b/src/H5Pmodule.h
index 0439a3f..7885782 100644
--- a/src/H5Pmodule.h
+++ b/src/H5Pmodule.h
@@ -128,7 +128,7 @@
* a property lists class for each of the following situations.
*
* <table>
- * <caption align=top>Property list classes in HDF5</caption>
+ * <caption align=top id="table_plist">Property list classes in HDF5</caption>
* <tr><th>Property List Class</th><th></th><th>For further discussion</th></tr>
* <tr valign="top">
* <td>
@@ -323,7 +323,7 @@
* property list classes, in gray above, are not user-accessible. The red empty set symbol indicates
* that the \ref FMPL (FMPL) is an empty class; that is, it has no set table
* properties. For more information, see \ref FileMountProps "File Mount Properties". Abbreviations
- * used in this figure are defined in the preceding table, “Property list classes in HDF5”.
+ * used in this figure are defined in the preceding table, \ref table_plist "Property list classes in HDF5".
*
* \subsubsection subsubsec_plist_lists Property Lists
*
@@ -601,7 +601,7 @@
* The new dataset creation property list’s identifier is returned in dcplA_id and the property list is
* initialized with default dataset creation property values.
*
- * A list of valid classes appears in the table "Property list classes in HDF5".
+ * A list of valid classes appears in the table \ref table_plist "Property list classes in HDF5".
*
* \code
* dcplB_id = H5Pcopy (dcplA_id);