diff options
author | Gerd Heber <gheber@hdfgroup.org> | 2020-11-09 17:15:58 (GMT) |
---|---|---|
committer | Gerd Heber <gheber@hdfgroup.org> | 2020-11-09 17:15:58 (GMT) |
commit | dddd15cccff9a57cec2cf4b222f9cf8985aae647 (patch) | |
tree | f429c4d1ee3b1f7a13002c73ada516f0d985383d /src/H5Fmodule.h | |
parent | bb6bb5716579581123ba75b0ef2f2c453f86ff69 (diff) | |
download | hdf5-dddd15cccff9a57cec2cf4b222f9cf8985aae647.zip hdf5-dddd15cccff9a57cec2cf4b222f9cf8985aae647.tar.gz hdf5-dddd15cccff9a57cec2cf4b222f9cf8985aae647.tar.bz2 |
First cut of H5F.
Diffstat (limited to 'src/H5Fmodule.h')
-rw-r--r-- | src/H5Fmodule.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h index 953b4da..d57926f 100644 --- a/src/H5Fmodule.h +++ b/src/H5Fmodule.h @@ -29,4 +29,17 @@ #define H5_MY_PKG_ERR H5E_FILE #define H5_MY_PKG_INIT YES +/** + * \defgroup H5F H5F + * \brief File Interface + * \todo Describe concisely what the functions in this module are about. + * + * \defgroup MDC Metadata Cache + * \ingroup H5F + * \defgroup PH5F Parallel + * \ingroup H5F + * \defgroup SWMR Single Writer Multiple Readers + * \ingroup H5F + */ + #endif /* _H5Fmodule_H */ |