summaryrefslogtreecommitdiffstats
path: root/doxygen/examples/H5E_examples.c
Commit message (Collapse)AuthorAgeFilesLines
* Added new H5E with tests. (#4049)Scot Breitenfeld2024-03-071-2/+5
| | | | | | | | | | | Added Fortran H5E APIs: h5eregister_class_f, h5eunregister_class_f, h5ecreate_msg_f, h5eclose_msg_f h5eget_msg_f, h5epush_f, h5eget_num_f, h5ewalk_f, h5eget_class_name_f, h5eappend_stack_f, h5eget_current_stack_f, h5eset_current_stack_f, h5ecreate_stack_f, h5eclose_stack_f, h5epop_f, h5eprint_f (C h5eprint v2 signature) Addresses Issue #3987
* A batch of life-cycle examples for different modules (#654)Gerd Heber2021-09-011-0/+97
* Create a tag file for permalinks. * Added DOXYGEN_TAG_FILE. * Added Doxygen life-cycle examples for different modules. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>