summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-12-13 18:56:48 (GMT)
committerGitHub <noreply@github.com>2022-12-13 18:56:48 (GMT)
commit502b32b0f22a4bcf6333c85c256db34162c2764a (patch)
tree4dd97d2ae04181a64b786b660c046532f469479a
parenta9036005c3916e6fda0296026323f00d043300f8 (diff)
downloadhdf5-502b32b0f22a4bcf6333c85c256db34162c2764a.zip
hdf5-502b32b0f22a4bcf6333c85c256db34162c2764a.tar.gz
hdf5-502b32b0f22a4bcf6333c85c256db34162c2764a.tar.bz2
Updated H5ES documenation (#2293)
-rw-r--r--src/H5ESpublic.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5ESpublic.h b/src/H5ESpublic.h
index 3d46e82..ecfd08f 100644
--- a/src/H5ESpublic.h
+++ b/src/H5ESpublic.h
@@ -189,7 +189,7 @@ H5_DLL herr_t H5ESwait(hid_t es_id, uint64_t timeout, size_t *num_in_progress, h
* \param[out] err_occurred Status indicating if error is present in the event set
* \returns \herr_t
*
- * \details H5ESget_count() attempts to cancel operations in an event set specified
+ * \details H5EScancel() attempts to cancel operations in an event set specified
* by \p es_id. H5ES_NONE is a valid value for \p es_id, but functions as a no-op.
*
* \since 1.13.0
@@ -217,14 +217,14 @@ H5_DLL herr_t H5ESget_count(hid_t es_id, size_t *count);
/**
* \ingroup H5ES
*
- * \brief Retrieves the next operation counter to be assigned in an event set
+ * \brief Retrieves the accumulative operation counter for an event set
*
* \es_id
- * \param[out] counter The next counter value to be assigned to an event
+ * \param[out] counter The accumulative counter value for an event set
* \returns \herr_t
*
- * \details H5ESget_op_counter() retrieves the \p counter that will be assigned
- * to the next operation inserted into the event set \p es_id.
+ * \details H5ESget_op_counter() retrieves the current accumulative count of
+ * event set operations since the event set creation of \p es_id.
*
* \note This is designed for wrapper libraries mainly, to use as a mechanism
* for matching operations inserted into the event set with possible