diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-07-19 16:30:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 16:30:07 (GMT) |
commit | 96c4e0521cf2e705a60eae6aedac19e7f8913b35 (patch) | |
tree | d8ffffb1446104b80566f32f6572504dfa6a5778 /src | |
parent | 8225778faedb89148c0da41f0a6532d0aa8742e6 (diff) | |
download | hdf5-96c4e0521cf2e705a60eae6aedac19e7f8913b35.zip hdf5-96c4e0521cf2e705a60eae6aedac19e7f8913b35.tar.gz hdf5-96c4e0521cf2e705a60eae6aedac19e7f8913b35.tar.bz2 |
Marks H5Fformat_convert as internal in Doxygen (#1910)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fpublic.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 671eec3..6559bfa 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -1550,12 +1550,6 @@ H5_DLL herr_t H5Fstop_mdc_logging(hid_t file_id); */ H5_DLL herr_t H5Fget_mdc_logging_status(hid_t file_id, hbool_t *is_enabled, hbool_t *is_currently_logging); /** - * \ingroup SWMR - * - * \todo UFO? - */ -H5_DLL herr_t H5Fformat_convert(hid_t fid); -/** * \ingroup H5F * * \brief Resets the page buffer statistics @@ -1778,6 +1772,11 @@ H5_DLL herr_t H5Fget_mpi_atomicity(hid_t file_id, hbool_t *flag); #endif /* H5_HAVE_PARALLEL */ /// \cond DEV +/* Internal API routines */ +H5_DLL herr_t H5Fformat_convert(hid_t fid); +/// \endcond + +/// \cond DEV /* API Wrappers for async routines */ /* (Must be defined _after_ the function prototype) */ /* (And must only defined when included in application code, not the library) */ |