summaryrefslogtreecommitdiffstats
path: root/src/H5Smodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-06-29 22:24:22 (GMT)
committerGitHub <noreply@github.com>2022-06-29 22:24:22 (GMT)
commit4fa879ab4140df94e0edccc258b3d4025dc8616a (patch)
tree32d491d313853b91f4e63565939f9f4e5872139e /src/H5Smodule.h
parent0311d4c00a14ad2268c3b2aaa4a248c423afdbc8 (diff)
downloadhdf5-4fa879ab4140df94e0edccc258b3d4025dc8616a.zip
hdf5-4fa879ab4140df94e0edccc258b3d4025dc8616a.tar.gz
hdf5-4fa879ab4140df94e0edccc258b3d4025dc8616a.tar.bz2
Port of datatypes UG. (#1829)
* Port of datatypes UG. * Formatting fix
Diffstat (limited to 'src/H5Smodule.h')
-rw-r--r--src/H5Smodule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Smodule.h b/src/H5Smodule.h
index 9ccce1b..877af64 100644
--- a/src/H5Smodule.h
+++ b/src/H5Smodule.h
@@ -57,7 +57,7 @@
* sub‐sampling, and scatter‐gather access to datasets.
*
* \subsection subsec_dataspace_function Dataspace Function Summaries
- * The @see H5S reference manual provides a reference list of dataspace functions, the H5S APIs.
+ * @see H5S reference manual provides a reference list of dataspace functions, the H5S APIs.
*
* \subsection subsec_dataspace_program Definition of Dataspace Objects and the Dataspace Programming Model
*
@@ -597,7 +597,6 @@
*
* \subsubsection subsubsec_dataspace_transfer_model Programming Model
*
- *
* <h4>Selecting Hyperslabs</h4>
*
* Suppose we want to read a 3x4 hyperslab from a dataset in a file beginning at the element <1,2> in the
@@ -1516,7 +1515,8 @@
*
*/
-/**\defgroup H5S H5S Dataspaces
+/**
+ * \defgroup H5S H5S Dataspaces
*
* Use the functions in this module to manage HDF5 dataspaces \Emph{and} selections.
*