summaryrefslogtreecommitdiffstats
path: root/src/H5Dmodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-06 20:04:38 (GMT)
committerGitHub <noreply@github.com>2022-07-06 20:04:38 (GMT)
commitd0bbd4e8abf64810c7cda15018d8fcce2999f11d (patch)
treef930dc6f9016abdd7dc61b15a6604f3a6f740bf2 /src/H5Dmodule.h
parent5e3017f31cf220852b37c6aad5daf6597cbc2da8 (diff)
downloadhdf5-d0bbd4e8abf64810c7cda15018d8fcce2999f11d.zip
hdf5-d0bbd4e8abf64810c7cda15018d8fcce2999f11d.tar.gz
hdf5-d0bbd4e8abf64810c7cda15018d8fcce2999f11d.tar.bz2
Port UG groups chapter to doxygen (#1850)
* Port UG groups chapter to doxygen. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5Dmodule.h')
-rw-r--r--src/H5Dmodule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dmodule.h b/src/H5Dmodule.h
index e3742cb..8cca52e 100644
--- a/src/H5Dmodule.h
+++ b/src/H5Dmodule.h
@@ -2773,7 +2773,7 @@ allocated if necessary.
*
* // Set parameters for scale-offset compression. Check the
* // description of the H5Pset_scaleoffset function in the
- * // HDF5 Reference Manual for more information [3].
+ * // HDF5 Reference Manual for more information.
* if(H5Pset_scaleoffset (dset_create_props, H5Z_SO_INT, H5Z_SO_INT_MINIMUMBITS_DEFAULT) < 0) {
* printf("Error: fail to set scaleoffset filter\n");
* return -1;
@@ -2895,7 +2895,7 @@ allocated if necessary.
* // Set parameters for scale-offset compression; use variable
* // minimum-bits method, set decimal scale factor to 3. Check
* // the description of the H5Pset_scaleoffset function in the
- * // HDF5 Reference Manual for more information [3].
+ * // HDF5 Reference Manual for more information.
* if(H5Pset_scaleoffset (dset_create_props, H5Z_SO_FLOAT_DSCALE, 3) < 0) {
* printf("Error: fail to set scaleoffset filter\n");
* return -1;