diff options
author | Quincey Koziol <koziol@lbl.gov> | 2021-09-27 00:43:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2021-09-27 00:43:05 (GMT) |
commit | e9d20fa03b244888029aaf67c426eba361d0891c (patch) | |
tree | 6857d5555cfcd972273d92d0d26f39cc6d400b2f /src/H5Mmodule.h | |
parent | 93675a15f22d65f4892df8fb9ea05b653001429c (diff) | |
parent | cc7c0eb910306b3e823867e8b9bb58204f0e1422 (diff) | |
download | hdf5-e9d20fa03b244888029aaf67c426eba361d0891c.zip hdf5-e9d20fa03b244888029aaf67c426eba361d0891c.tar.gz hdf5-e9d20fa03b244888029aaf67c426eba361d0891c.tar.bz2 |
Merge remote-tracking branch 'origin/develop' into post_open_fix
Diffstat (limited to 'src/H5Mmodule.h')
-rw-r--r-- | src/H5Mmodule.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Mmodule.h b/src/H5Mmodule.h index 3dae3e2..848f63f 100644 --- a/src/H5Mmodule.h +++ b/src/H5Mmodule.h @@ -26,9 +26,9 @@ #define H5_MY_PKG_ERR H5E_MAP #define H5_MY_PKG_INIT YES -/** - * \defgroup H5M H5M - * \brief Map Interface +/**\defgroup H5M H5M + * + * \todo Describe the map life cycle. * * \details \Bold{The interface can only be used with the HDF5 VOL connectors that * implement map objects.} The native HDF5 library does not support this |