diff options
author | vchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com> | 2022-07-16 09:59:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-16 09:59:43 (GMT) |
commit | f199c866dd3118f38904cb1935197438e662181c (patch) | |
tree | 1db744da424f7303abf5b1b327bbfb1519c2bb9d /src/H5Fmodule.h | |
parent | df6d108a35dac9817934a5d9f35a85ba6cc5afbb (diff) | |
download | hdf5-f199c866dd3118f38904cb1935197438e662181c.zip hdf5-f199c866dd3118f38904cb1935197438e662181c.tar.gz hdf5-f199c866dd3118f38904cb1935197438e662181c.tar.bz2 |
Add doxygen for high level modules to hdf51.10 (#1899)
Diffstat (limited to 'src/H5Fmodule.h')
-rw-r--r-- | src/H5Fmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h index ae2f6a1..8904d9c 100644 --- a/src/H5Fmodule.h +++ b/src/H5Fmodule.h @@ -69,7 +69,7 @@ */ /** - * \defgroup H5F H5F File + * \defgroup H5F H5F * * Use the functions in this module to manage HDF5 files. * |