summaryrefslogtreecommitdiffstats
path: root/src/H5Dmodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-08-09 23:09:42 (GMT)
committerGitHub <noreply@github.com>2022-08-09 23:09:42 (GMT)
commit2672e64bf4f630cc92bf923e8a544c8220e2db0a (patch)
tree5fc413d258c1f2fe91b823d7584e4f2b88837b9e /src/H5Dmodule.h
parent40fc2cca16cd562954d3b724fa56badb3b9da72b (diff)
downloadhdf5-2672e64bf4f630cc92bf923e8a544c8220e2db0a.zip
hdf5-2672e64bf4f630cc92bf923e8a544c8220e2db0a.tar.gz
hdf5-2672e64bf4f630cc92bf923e8a544c8220e2db0a.tar.bz2
Update java code with doxygen tags, add menu files. (#1972)
* Update java code with doxygen tags, add menu files. * Add -Xdoclint:none to autotools javadoc command * Committing clang-format changes * Add fortran RM list descriptions * delete empty file * doc tag location changes * Spelling corrections Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5Dmodule.h')
-rw-r--r--src/H5Dmodule.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Dmodule.h b/src/H5Dmodule.h
index 0eb7d68..4ad3709 100644
--- a/src/H5Dmodule.h
+++ b/src/H5Dmodule.h
@@ -2730,7 +2730,7 @@ allocated if necessary.
* // Define dataset datatype
* datatype = H5Tcopy(H5T_NATIVE_INT);
*
- * // Initiliaze data buffer
+ * // Initialize data buffer
* for (i=0; i < NX; i++)
* for (j=0; j < NY; j++)
* orig_data[i][j] = rand() % 10000;
@@ -2851,7 +2851,7 @@ allocated if necessary.
* // Define dataset datatype
* datatype = H5Tcopy(H5T_NATIVE_FLOAT);
*
- * // Initiliaze data buffer
+ * // Initialize data buffer
* for (i=0; i < NX; i++)
* for (j=0; j < NY; j++)
* orig_data[i][j] = (rand() % 10000) / 1000.0;
@@ -2983,7 +2983,7 @@ allocated if necessary.
*/
/**
- * \defgroup H5D H5D
+ * \defgroup H5D Datasets (H5D)
*
* Use the functions in this module to manage HDF5 datasets, including the
* transfer of data between memory and disk and the description of dataset