mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Marks H5Fformat_convert as internal in Doxygen (#1910)
This commit is contained in:
parent
8225778fae
commit
96c4e0521c
@ -1549,12 +1549,6 @@ H5_DLL herr_t H5Fstop_mdc_logging(hid_t file_id);
|
||||
* \since 1.10.0
|
||||
*/
|
||||
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
|
||||
*
|
||||
@ -1777,6 +1771,11 @@ H5_DLL herr_t H5Fset_mpi_atomicity(hid_t file_id, hbool_t flag);
|
||||
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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user