summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorbmribler <39579120+bmribler@users.noreply.github.com>2020-12-23 06:01:46 (GMT)
committerGitHub <noreply@github.com>2020-12-23 06:01:46 (GMT)
commit5af00191b50f32dee63320dd2033515a3d931456 (patch)
tree8c6353b6445923d57f9dde0df00986b8f525fba1 /doxygen
parent8183284f0954228de814dcb50cc0bb1774d9a365 (diff)
downloadhdf5-5af00191b50f32dee63320dd2033515a3d931456.zip
hdf5-5af00191b50f32dee63320dd2033515a3d931456.tar.gz
hdf5-5af00191b50f32dee63320dd2033515a3d931456.tar.bz2
RM blocks for H5R (#219)
* Transferred RM blocks in H5D and H5G to develop * Added RM blocks to H5R and added new aliases. Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/aliases15
1 files changed, 15 insertions, 0 deletions
diff --git a/doxygen/aliases b/doxygen/aliases
index c10c3e8..2255c9b 100644
--- a/doxygen/aliases
+++ b/doxygen/aliases
@@ -133,12 +133,18 @@ ALIASES += lapl_id{1}="\param[in] \1 Link access property list identifier"
ALIASES += lcpl_id="\param[in] lcpl_id Link creation property list identifier"
ALIASES += lcpl_id{1}="\param[in] \1 Link creation property list identifier"
+ALIASES += oapl_id="\param[in] oapl_id Object access property list identifier"
+ALIASES += oapl_id{1}="\param[in] \1 Object access property list identifier"
+
ALIASES += plist_id="\param[in] plist_id Property list identifier"
ALIASES += plist_id{1}="\param[in] \1 Property list identifier"
ALIASES += plistcls_id="\param[in] plistcls_id Property list class identifier"
ALIASES += plistcls_id{1}="\param[in] \1 Property list class identifier"
+ALIASES += rapl_id="\param[in] rapl_id Reference access property list identifier"
+ALIASES += rapl_id{1}="\param[in] \1 Reference access property list identifier"
+
ALIASES += tapl_id="\param[in] tapl_id Datatype access property list identifier"
ALIASES += tapl_id{1}="\param[in] \1 Datatype access property list identifier"
@@ -161,6 +167,15 @@ ALIASES += fgdta_obj_id{1}="\obj_id{\1}. The identifier may be that of a file, g
ALIASES += fgdta_loc_obj_id{1}="\loc_obj_id{\1}. The identifier may be that of a file, group, dataset, named datatype, or attribute."
################################################################################
+# Asynchronous Arguments
+################################################################################
+
+ALIASES += app_file="\param[in] app_file For internal use only, not a visible user parameter"
+ALIASES += app_func="\param[in] app_func For internal use only, not a visible user parameter"
+ALIASES += app_line="\param[in] app_line For internal use only, not a visible user parameter"
+ALIASES += es_id="\param[in] es_id The event set ID to add this asynchronous operation to. H5ES_NONE may be used for synchronous execution."
+
+################################################################################
# Others
################################################################################