summaryrefslogtreecommitdiffstats
path: root/src/H5Gmodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-14 04:25:07 (GMT)
committerGitHub <noreply@github.com>2022-05-14 04:25:07 (GMT)
commit4d2b244e73f108676d4514c9332180e63cf52e52 (patch)
tree5221c9029abf8296fb2db9b6df65e0055dd35278 /src/H5Gmodule.h
parent47fb7b8bc7da7db75e11f1234465fae7fac6827e (diff)
downloadhdf5-4d2b244e73f108676d4514c9332180e63cf52e52.zip
hdf5-4d2b244e73f108676d4514c9332180e63cf52e52.tar.gz
hdf5-4d2b244e73f108676d4514c9332180e63cf52e52.tar.bz2
Add H5P doxygen chapter (#1762)
Diffstat (limited to 'src/H5Gmodule.h')
-rw-r--r--src/H5Gmodule.h26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/H5Gmodule.h b/src/H5Gmodule.h
index a0e121d..d1aaa28 100644
--- a/src/H5Gmodule.h
+++ b/src/H5Gmodule.h
@@ -29,7 +29,31 @@
#define H5_MY_PKG_ERR H5E_SYM
#define H5_MY_PKG_INIT YES
-/** \defgroup H5G H5G
+/** \page H5G_UG HDF5 Groups
+ *
+ * \section sec_group HDF5 Groups
+ * \subsection subsec_group_intro Introduction
+ * \subsection subsec_group_descr Description of the Group Object
+ * \subsubsection subsubsec_group_descr_object The Group Object
+ * \subsubsection subsubsec_group_descr_model The Hierarchy of Data Objects
+ * \subsubsection subsubsec_group_descr_path HDF5 Path Names
+ * \subsubsection subsubsec_group_descr_impl Group Implementations in HDF5
+ * \subsection subsec_group_h5dump Using h5dump
+ * \subsection subsec_group_function Group Function Summaries
+ * \subsection subsec_group_program Programming Model for Groups
+ * \subsubsection subsubsec_group_program_create Creating a Group
+ * \subsubsection subsubsec_group_program_open Opening a Group and Accessing an Object in that Group
+ * \subsubsection subsubsec_group_program_dataset Creating a Dataset in a Specific Group
+ * \subsubsection subsubsec_group_program_close Closing a Group
+ * \subsubsection subsubsec_group_program_links Creating Links
+ * \subsubsection subsubsec_group_program_info Discovering Information about Objects
+ * \subsubsection subsubsec_group_program_objs Discovering Objects in a Group
+ * \subsubsection subsubsec_group_program_all Discovering All of the Objects in the File
+ * \subsection subsec_group_examples Examples of File Structures
+ *
+ */
+
+/** \defgroup H5G H5G Groups
*
* Use the functions in this module to manage HDF5 groups.
*