summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-12 13:00:05 (GMT)
committerGitHub <noreply@github.com>2023-09-12 13:00:05 (GMT)
commitdb9053e2dc940d852850a8f48cce5a477d9724f4 (patch)
treea6c8ae82b218a65f3971255a08d4204b0729853d /src
parenta0edeee49f77a1cb59c7969a451164dd595e0d01 (diff)
downloadhdf5-db9053e2dc940d852850a8f48cce5a477d9724f4.zip
hdf5-db9053e2dc940d852850a8f48cce5a477d9724f4.tar.gz
hdf5-db9053e2dc940d852850a8f48cce5a477d9724f4.tar.bz2
Identify functions in a subgroup (#3530)
Diffstat (limited to 'src')
-rw-r--r--src/H5Lmodule.h26
1 files changed, 5 insertions, 21 deletions
diff --git a/src/H5Lmodule.h b/src/H5Lmodule.h
index 26f9045..7ab67da 100644
--- a/src/H5Lmodule.h
+++ b/src/H5Lmodule.h
@@ -33,32 +33,16 @@
* \defgroup H5L Links (H5L)
*
* Use the functions in this module to manage HDF5 links and link types.
- *
- * <table>
- * <tr><th>Create</th><th>Read</th></tr>
- * <tr valign="top">
- * <td>
- * \snippet{lineno} H5L_examples.c create
- * </td>
- * <td>
- * \snippet{lineno} H5L_examples.c iter_cb
- * \snippet{lineno} H5L_examples.c read
- * </td>
- * <tr><th>Update</th><th>Delete</th></tr>
- * <tr valign="top">
- * <td>
- * \snippet{lineno} H5L_examples.c update
- * </td>
- * <td>
- * \snippet{lineno} H5L_examples.c delete
- * </td>
- * </tr>
- * </table>
+ * @see \ref TRAV for #H5Literate, #H5Literate_by_name and #H5Lvisit, #H5Lvisit_by_name
+ * @see \ref H5LA for #H5Lregister, #H5Lunregister and #H5Lis_registered
*
* \defgroup TRAV Link Traversal
* \ingroup H5L
+ * Traverse through links
+ *
* \defgroup H5LA Advanced Link Functions
* \ingroup H5L
+ * Registration of User-defined links
*/
#endif /* H5Lmodule_H */