summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-03-08 21:09:06 (GMT)
committerGitHub <noreply@github.com>2023-03-08 21:09:06 (GMT)
commitd6f931d67b0f9199e95c10840dd585532c6d22a0 (patch)
tree007ef8195d5febe1c9574c9bda45ee486580802f
parent4b7bdfec697d9b72f352afde979b0ab95cce0a88 (diff)
downloadhdf5-d6f931d67b0f9199e95c10840dd585532c6d22a0.zip
hdf5-d6f931d67b0f9199e95c10840dd585532c6d22a0.tar.gz
hdf5-d6f931d67b0f9199e95c10840dd585532c6d22a0.tar.bz2
docs: in -> out (#2514) (#2516)
-rw-r--r--src/H5Ppublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 5d3774b..55d7641 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -4017,7 +4017,7 @@ H5_DLL herr_t H5Pget_page_buffer_size(hid_t plist_id, size_t *buf_size, unsigned
* \brief Returns maximum data sieve buffer size
*
* \fapl_id{fapl_id}
- * \param[in] size Maximum size, in bytes, of data sieve buffer
+ * \param[out] size Maximum size, in bytes, of data sieve buffer
*
* \return \herr_t
*