summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Lff.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-10-17 20:37:19 (GMT)
committerGitHub <noreply@github.com>2022-10-17 20:37:19 (GMT)
commit0fd867390a005f8857447dcfd47a989d1d86c371 (patch)
tree823daa36e91bf26225d520004c223619701caad6 /fortran/src/H5Lff.F90
parentafb92a3e229a05755733c183d749bfc69548ab01 (diff)
downloadhdf5-0fd867390a005f8857447dcfd47a989d1d86c371.zip
hdf5-0fd867390a005f8857447dcfd47a989d1d86c371.tar.gz
hdf5-0fd867390a005f8857447dcfd47a989d1d86c371.tar.bz2
changed to referencing C APIs by empty brackets (Fortran) (#2167)
Diffstat (limited to 'fortran/src/H5Lff.F90')
-rw-r--r--fortran/src/H5Lff.F9028
1 files changed, 14 insertions, 14 deletions
diff --git a/fortran/src/H5Lff.F90 b/fortran/src/H5Lff.F90
index 7f7a62c..e9d46a3 100644
--- a/fortran/src/H5Lff.F90
+++ b/fortran/src/H5Lff.F90
@@ -80,7 +80,7 @@ CONTAINS
!! \param lcpl_id Link creation property list identifier.
!! \param lapl_id Link access property list identifier.
!!
-!! See C API: @ref herr_t H5Lcopy(hid_t src_loc, const char *src_name, hid_t dst_loc, const char *dst_name, hid_t lcpl_id, hid_t lapl_id);
+!! See C API: @ref H5Lcopy()
!!
SUBROUTINE h5lcopy_f(src_loc_id, src_name, dest_loc_id, dest_name, hdferr, &
lcpl_id, lapl_id)
@@ -141,7 +141,7 @@ CONTAINS
!! \param hdferr \fortran_error
!! \param lapl_id Link access property list identifier.
!!
-!! See C API: @ref herr_t H5Ldelete(hid_t loc_id, const char *name, hid_t lapl_id);
+!! See C API: @ref H5Ldelete()
!!
SUBROUTINE h5ldelete_f(loc_id, name, hdferr, lapl_id)
IMPLICIT NONE
@@ -185,7 +185,7 @@ CONTAINS
!! \param lcpl_id Link creation property list identifier.
!! \param lapl_id Link access property list identifier.
!!
-!! See C API: @ref herr_t H5Lcreate_soft(const char *link_target, hid_t link_loc_id, const char *link_name, hid_t lcpl_id, hid_t lapl_id);
+!! See C API: @ref H5Lcreate_soft()
!!
SUBROUTINE h5lcreate_soft_f(target_path, link_loc_id, link_name, hdferr, lcpl_id, lapl_id)
IMPLICIT NONE
@@ -246,7 +246,7 @@ CONTAINS
!! \param lcpl_id Link creation property list identifier.
!! \param lapl_id Link access property list identifier.
!!
-!! See C API: @ref herr_t H5Lcreate_hard(hid_t cur_loc, const char *cur_name, hid_t dst_loc, const char *dst_name, hid_t lcpl_id, hid_t lapl_id);
+!! See C API: @ref H5Lcreate_hard()
!!
SUBROUTINE h5lcreate_hard_f(obj_loc_id, obj_name, link_loc_id, link_name, hdferr, lcpl_id, lapl_id)
IMPLICIT NONE
@@ -308,7 +308,7 @@ CONTAINS
!! \param lcpl_id Link creation property list identifier.
!! \param lapl_id Link access property list identifier.
!!
-!! See C API: @ref herr_t H5Lcreate_external(const char *file_name, const char *obj_name, hid_t link_loc_id, const char *link_name, hid_t lcpl_id, hid_t lapl_id);
+!! See C API: @ref H5Lcreate_external()
!!
SUBROUTINE h5lcreate_external_f(file_name, obj_name, link_loc_id, link_name, hdferr, lcpl_id, lapl_id)
IMPLICIT NONE
@@ -382,7 +382,7 @@ CONTAINS
!! \param hdferr \fortran_error
!! \param lapl_id Link access property list.
!!
-!! See C API: @ref herr_t H5Ldelete_by_idx(hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, hid_t lapl_id);
+!! See C API: @ref H5Ldelete_by_idx()
!!
SUBROUTINE h5ldelete_by_idx_f(loc_id, group_name, index_field, order, n, hdferr, lapl_id)
IMPLICIT NONE
@@ -431,7 +431,7 @@ CONTAINS
!! \param hdferr \fortran_error
!! \param lapl_id Link access property list identifier.
!!
-!! See C API: @ref htri_t H5Lexists(hid_t loc_id, const char *name, hid_t lapl_id);
+!! See C API: @ref H5Lexists()
!!
SUBROUTINE h5lexists_f(loc_id, name, link_exists, hdferr, lapl_id)
IMPLICIT NONE
@@ -493,7 +493,7 @@ CONTAINS
!! \param hdferr \fortran_error
!! \param lapl_id Link access property list.
!!
-!! See C API: @ref herr_t H5Lget_info2(hid_t loc_id, const char *name, H5L_info2_t *linfo, hid_t lapl_id);
+!! See C API: @ref H5Lget_info2()
!!
SUBROUTINE h5lget_info_f(link_loc_id, link_name, &
cset, corder, f_corder_valid, link_type, token, val_size, &
@@ -583,7 +583,7 @@ CONTAINS
!!
!! \param lapl_id Link access property list.
!!
-!! See C API: @ref herr_t H5Lget_info_by_idx2(hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, H5L_info2_t *linfo, hid_t lapl_id);
+!! See C API: @ref H5Lget_info_by_idx2()
!!
SUBROUTINE h5lget_info_by_idx_f(loc_id, group_name, index_field, order, n, &
link_type, f_corder_valid, corder, cset, token, val_size, hdferr, lapl_id)
@@ -652,7 +652,7 @@ CONTAINS
!! \param registered .TRUE. if the link class has been registered.
!! \param hdferr \fortran_error
!!
-!! See C API: @ref htri_t H5Lis_registered(H5L_type_t id);
+!! See C API: @ref H5Lis_registered()
!!
SUBROUTINE h5lis_registered_f(link_cls_id, registered, hdferr)
IMPLICIT NONE
@@ -689,7 +689,7 @@ CONTAINS
!! \param lcpl_id Link creation property list identifier to be associated WITH the NEW link.
!! \param lapl_id Link access property list identifier to be associated WITH the NEW link.
!!
-!! See C API: @ref herr_t H5Lmove(hid_t src_loc, const char *src_name, hid_t dst_loc, const char *dst_name, hid_t lcpl_id, hid_t lapl_id);
+!! See C API: @ref H5Lmove()
!!
SUBROUTINE h5lmove_f(src_loc_id, src_name, dest_loc_id, dest_name, hdferr, lcpl_id, lapl_id)
IMPLICIT NONE
@@ -763,7 +763,7 @@ CONTAINS
!! \param lapl_id List access property list identifier.
!! \param size Maximum number of characters of link value to be returned.
!!
-!! See C API: @ref ssize_t H5Lget_name_by_idx(hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, char *name, size_t size, hid_t lapl_id);
+!! See C API: @ref H5Lget_name_by_idx()
!!
SUBROUTINE h5lget_name_by_idx_f(loc_id, group_name, index_field, order, n, &
name, hdferr, size, lapl_id)
@@ -960,7 +960,7 @@ CONTAINS
!! library, or the negative value returned by one of the operators.
!! \param hdferr \fortran_error
!!
-!! See C API: @ref herr_t H5Literate2(hid_t grp_id, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5L_iterate2_t op, void *op_data);
+!! See C API: @ref H5Literate2()
!!
SUBROUTINE h5literate_f(group_id, index_type, order, idx, op, op_data, return_value, hdferr)
USE, INTRINSIC :: ISO_C_BINDING, ONLY : C_PTR, C_FUNPTR
@@ -1024,7 +1024,7 @@ CONTAINS
!! \param hdferr \fortran_error
!! \param lapl_id Link access property list
!!
-!! See C API: @ref herr_t H5Literate_by_name2(hid_t loc_id, const char *group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t *idx, H5L_iterate2_t op, void *op_data, hid_t lapl_id);
+!! See C API: @ref H5Literate_by_name2()
!!
SUBROUTINE h5literate_by_name_f(loc_id, group_name, index_type, order, &
idx, op, op_data, return_value, hdferr, lapl_id)