diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-03-15 23:15:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 23:15:20 (GMT) |
commit | fcd3b5a880ebdd9ff65ac071fe9a3075409f2e67 (patch) | |
tree | 81099bcfe98713a0f9036852675093b820ad9dd9 /src | |
parent | f24debb1a2602b424744acafa939e74350a842f7 (diff) | |
download | hdf5-fcd3b5a880ebdd9ff65ac071fe9a3075409f2e67.zip hdf5-fcd3b5a880ebdd9ff65ac071fe9a3075409f2e67.tar.gz hdf5-fcd3b5a880ebdd9ff65ac071fe9a3075409f2e67.tar.bz2 |
docs: in -> out (#2514) (#2516) (#2568)
Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Ppublic.h | 2 |
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 * |