Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify functions in a subgroup #3530

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 5 additions & 21 deletions src/H5Lmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */