summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/H5TBff.F90
diff options
context:
space:
mode:
Diffstat (limited to 'hl/fortran/src/H5TBff.F90')
-rw-r--r--hl/fortran/src/H5TBff.F9026
1 files changed, 13 insertions, 13 deletions
diff --git a/hl/fortran/src/H5TBff.F90 b/hl/fortran/src/H5TBff.F90
index 9985ab8..4798f2e 100644
--- a/hl/fortran/src/H5TBff.F90
+++ b/hl/fortran/src/H5TBff.F90
@@ -201,7 +201,7 @@ CONTAINS
!!
!! \brief Creates (DOES NOT WRITE) a dataset named \p dset_name attached to the object specified by the identifier \p loc_id.
!!
-!! \note \fortran_obsolete
+!! \attention \fortran_obsolete
!!
!! \param table_title The title of the table.
!! \param loc_id Location identifier. The identifier may be that of a file or group.
@@ -216,7 +216,7 @@ CONTAINS
!! \param compress Flag that turns compression on or off.
!! \param errcode \fortran_error
!!
-!! See C API: @ref herr_t H5TBmake_table(const char *table_title, hid_t loc_id, const char *dset_name, hsize_t nfields, hsize_t nrecords, size_t type_size, const char *field_names[], const size_t *field_offset, const hid_t *field_types, hsize_t chunk_size, void *fill_data, int compress, const void *buf);
+!! See C API: @ref H5TBmake_table()
!!
#ifdef H5_DOXYGEN_FORTRAN
SUBROUTINE h5tbmake_table_f(&
@@ -318,7 +318,7 @@ CONTAINS
!!
!! \brief Creates and writes a dataset named \p dset_name attached to the object specified by the identifier \p loc_id.
!!
-!! \note \fortran_approved
+!! \attention \fortran_approved
!!
!! \param table_title The title of the table
!! \param loc_id Location identifier. The identifier may be that of a file or group.
@@ -335,7 +335,7 @@ CONTAINS
!! \param data Buffer with data to be written to the table
!! \param errcode \fortran_error
!!
-!! See C API: @ref herr_t H5TBmake_table(const char *table_title, hid_t loc_id, const char *dset_name, hsize_t nfields, hsize_t nrecords, size_t type_size, const char *field_names[], const size_t *field_offset, const hid_t *field_types, hsize_t chunk_size, void *fill_data, int compress, const void *buf);
+!! See C API: @ref H5TBmake_table()
!!
#ifdef H5_DOXYGEN_FORTRAN
SUBROUTINE h5tbmake_table_f(&
@@ -454,7 +454,7 @@ CONTAINS
!! \param dst_buf Pointer to buffer with data.
!! \param errcode \fortran_error
!!
-!! See C API: @ref herr_t H5TBread_table(hid_t loc_id, const char *dset_name, size_t dst_size, const size_t *dst_offset, const size_t *dst_sizes, void *dst_buf);
+!! See C API: @ref H5TBread_table()
!!
SUBROUTINE h5tbread_table_f(loc_id, dset_name, nfields, dst_size, dst_offset, &
dst_sizes, dst_buf, errcode)
@@ -525,7 +525,7 @@ CONTAINS
!! \param buf Buffer with data.
!! \param errcode \fortran_error
!!
-!! See similar C API: @ref herr_t H5TBwrite_fields_name(hid_t loc_id, const char *dset_name, const char *field_names, hsize_t start, hsize_t nrecords, size_t type_size, const size_t *field_offset, const size_t *dst_sizes, const void *buf);
+!! See similar C API: @ref H5TBwrite_fields_name()
!!
SUBROUTINE h5tbwrite_field_name_f(&
#else
@@ -617,7 +617,7 @@ CONTAINS
!! \param buf Buffer with data
!! \param errcode \fortran_error
!!
-!! See similar C API: @ref herr_t H5TBread_fields_name(hid_t loc_id, const char *dset_name, const char *field_names, hsize_t start, hsize_t nrecords, size_t type_size, const size_t *field_offset, const size_t *dst_sizes, void *buf);
+!! See similar C API: @ref H5TBread_fields_name()
!!
SUBROUTINE h5tbread_field_name_f(&
#else
@@ -711,7 +711,7 @@ CONTAINS
!! \param buf Buffer with data.
!! \param errcode \fortran_error
!!
-!! See similar C API: herr_t H5TBwrite_fields_index(hid_t loc_id, const char *dset_name, hsize_t nfields, const int *field_index, hsize_t start, hsize_t nrecords, size_t type_size, const size_t *field_offset, const size_t *dst_sizes, const void *buf);
+!! See similar C API: @ref H5TBwrite_fields_index()
!!
SUBROUTINE h5tbwrite_field_index_f(&
#else
@@ -799,7 +799,7 @@ CONTAINS
!! \param buf Buffer with data.
!! \param errcode \fortran_error
!!
-!! See similar C API: herr_t H5TBread_fields_index(hid_t loc_id, const char *dset_name, hsize_t nfields, const int *field_index, hsize_t start, hsize_t nrecords, size_t type_size, const size_t *field_offset, const size_t *dst_sizes,void *buf);
+!! See similar C API: @ref H5TBread_fields_index()
!!
SUBROUTINE h5tbread_field_index_f(&
#else
@@ -884,7 +884,7 @@ CONTAINS
!! \param buf Buffer with data.
!! \param errcode \fortran_error
!!
-!! See C API: @ref herr_t H5TBinsert_field(hid_t loc_id, const char *dset_name, const char *field_name, hid_t field_type, hsize_t position, const void *fill_data, const void *buf);
+!! See C API: @ref H5TBinsert_field()
!!
SUBROUTINE h5tbinsert_field_f(&
#else
@@ -968,7 +968,7 @@ CONTAINS
!! \param field_name The name of the field to delete.
!! \param errcode \fortran_error
!!
-!! See C API: @ref herr_t H5TBdelete_field(hid_t loc_id, const char *dset_name, const char *field_name);
+!! See C API: @ref H5TBdelete_field()
!!
SUBROUTINE h5tbdelete_field_f(loc_id,&
dset_name,&
@@ -1015,7 +1015,7 @@ CONTAINS
!! \param nrecords The number of records.
!! \param errcode \fortran_error
!!
-!! See C API: @ref herr_t H5TBget_table_info(hid_t loc_id, const char *dset_name, hsize_t *nfields, hsize_t *nrecords);
+!! See C API: @ref H5TBget_table_info()
!!
SUBROUTINE h5tbget_table_info_f(loc_id,&
dset_name,&
@@ -1066,7 +1066,7 @@ CONTAINS
!! \param errcode \fortran_error
!! \param maxlen_out Maximum character length of the field names.
!!
-!! See C API: @ref herr_t H5TBget_field_info(hid_t loc_id, const char *dset_name, char *field_names[], size_t *field_sizes, size_t *field_offsets, size_t *type_size);
+!! See C API: @ref H5TBget_field_info()
!!
SUBROUTINE h5tbget_field_info_f(loc_id,&
dset_name,&