summaryrefslogtreecommitdiffstats
path: root/src/H5Zpublic.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-03-13 16:53:08 (GMT)
committerGitHub <noreply@github.com>2023-03-13 16:53:08 (GMT)
commitd2345e9f0cb2ca6a8b6268116eed35647cfebf61 (patch)
tree2e1ba965f1e461dd057f58f5a9f470553b816baf /src/H5Zpublic.h
parentbefbbd0b6d508f18af493b7138ca85b117976db6 (diff)
downloadhdf5-d2345e9f0cb2ca6a8b6268116eed35647cfebf61.zip
hdf5-d2345e9f0cb2ca6a8b6268116eed35647cfebf61.tar.gz
hdf5-d2345e9f0cb2ca6a8b6268116eed35647cfebf61.tar.bz2
Addressed various Doxygen grammar issues. (#2524)
* reviewed H5A * Addressed various grammar issues. * remove double words, spelling fixes * replace the use of rawdata with raw data
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r--src/H5Zpublic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h
index ce67cd7..a63729e 100644
--- a/src/H5Zpublic.h
+++ b/src/H5Zpublic.h
@@ -268,7 +268,7 @@ H5_DLL htri_t H5Zfilter_avail(H5Z_filter_t id);
* \details H5Zget_filter_info() retrieves information about a filter. At
* present, this means that the function retrieves a filter's
* configuration flags, indicating whether the filter is configured to
- * decode data, to encode data, neither, or both.
+ * decode data, encode data, neither, or both.
*
* If \p filter_config_flags is not set to NULL prior to the function
* call, the returned parameter contains a bit field specifying the
@@ -305,8 +305,8 @@ H5_DLL htri_t H5Zfilter_avail(H5Z_filter_t id);
* to read an existing file encoded with that filter.
*
* This function should be called, and the returned \p
- * filter_config_flags analyzed, before calling any other function,
- * such as H5Pset_szip() , that might require a particular filter
+ * filter_config_flags should be analyzed, before calling any other function,
+ * such as H5Pset_szip(), that might require a particular filter
* configuration.
*
* \since 1.6.3