summaryrefslogtreecommitdiffstats
path: root/src/H5Tmodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-05 16:08:56 (GMT)
committerGitHub <noreply@github.com>2022-07-05 16:08:56 (GMT)
commit5e3017f31cf220852b37c6aad5daf6597cbc2da8 (patch)
treef4c9d9b541fc0d7eefb2ee2eaa35961b80feeff7 /src/H5Tmodule.h
parent4fa879ab4140df94e0edccc258b3d4025dc8616a (diff)
downloadhdf5-5e3017f31cf220852b37c6aad5daf6597cbc2da8.zip
hdf5-5e3017f31cf220852b37c6aad5daf6597cbc2da8.tar.gz
hdf5-5e3017f31cf220852b37c6aad5daf6597cbc2da8.tar.bz2
Add datasets UG chapter, plus fix doxygen refs (#1841)
* Add datasets UG chapter, plus fix doxygen refs * Remove duplicates
Diffstat (limited to 'src/H5Tmodule.h')
-rw-r--r--src/H5Tmodule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Tmodule.h b/src/H5Tmodule.h
index 5820393..c9d52bd 100644
--- a/src/H5Tmodule.h
+++ b/src/H5Tmodule.h
@@ -2717,7 +2717,7 @@ filled according to the value of this property. The padding can be:
* </tr>
* </table>
*
- * <h4>Variable-length Datatypes</h4>
+ * @anchor h4_vlen_datatype <h4>Variable-length Datatypes</h4>
*
* A variable-length (VL) datatype is a one-dimensional sequence of a datatype which are not fixed
* in length from one dataset location to another. In other words, each data element may have a
@@ -3854,7 +3854,7 @@ filled according to the value of this property. The padding can be:
* goto out;
* \endcode
*
- *
+ * Previous Chapter \ref sec_dataset - Next Chapter \ref sec_dataspace
*
*/