summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-03-12 03:09:11 (GMT)
committerGitHub <noreply@github.com>2023-03-12 03:09:11 (GMT)
commitfd4f26a8c1d9d5fec0a0807ae7007394605b46c7 (patch)
treec921a166fa317ef94e51a4052572edc007fb6fa0
parentf723c1df4235596b98d85c6cff2cb52ecdb39054 (diff)
downloadhdf5-fd4f26a8c1d9d5fec0a0807ae7007394605b46c7.zip
hdf5-fd4f26a8c1d9d5fec0a0807ae7007394605b46c7.tar.gz
hdf5-fd4f26a8c1d9d5fec0a0807ae7007394605b46c7.tar.bz2
docs: in->out (#2514) (#2532)
-rw-r--r--src/H5Ppublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index c582bb5..a99894d 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -3925,7 +3925,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
*