diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-10-03 16:13:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 16:13:00 (GMT) |
commit | 1fb83da21531da8e531234fa6ab810b7a90d7ee9 (patch) | |
tree | 2a06582790fa0aa3d27c7756cbb4c4f7493e8809 /fortran/src/H5Rff.F90 | |
parent | ce67e4eb05b6d97afe557c9015cc16f5add5b1c6 (diff) | |
download | hdf5-1fb83da21531da8e531234fa6ab810b7a90d7ee9.zip hdf5-1fb83da21531da8e531234fa6ab810b7a90d7ee9.tar.gz hdf5-1fb83da21531da8e531234fa6ab810b7a90d7ee9.tar.bz2 |
Grouped the Fortran constants in Doxygen (#2136)
Diffstat (limited to 'fortran/src/H5Rff.F90')
-rw-r--r-- | fortran/src/H5Rff.F90 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/fortran/src/H5Rff.F90 b/fortran/src/H5Rff.F90 index eefc447..f55014f 100644 --- a/fortran/src/H5Rff.F90 +++ b/fortran/src/H5Rff.F90 @@ -167,7 +167,7 @@ CONTAINS !! !! \brief Retrieves the type of object that an object reference points to. !! -!! \note \fortran_obsolete +!! \attention \fortran_obsolete !! !! \param dset_id Identifier of the dataset containing reference to the objects. !! \param ref Reference to open. @@ -215,7 +215,7 @@ CONTAINS !! !! \brief Retrieves a dataspace with the specified region selected. !! -!! \note \fortran_obsolete +!! \attention \fortran_obsolete !! !! \param dset_id Identifier of the dataset containing reference to the regions. !! \param ref Reference to open. @@ -251,7 +251,7 @@ CONTAINS !! !! \brief Retrieves a dataspace with the specified region selected using pointer. !! -!! \note \fortran_approved +!! \attention \fortran_approved !! !! \param dset_id Identifier of the dataset containing reference to the regions. !! \param ref Reference to open. @@ -285,7 +285,7 @@ CONTAINS !! !! \brief Creates reference to the object. !! -!! \note \fortran_obsolete +!! \attention \fortran_obsolete !! !! \param loc_id Location identifier. !! \param name Name of the object at the specified location. @@ -317,7 +317,7 @@ CONTAINS !! !! \brief Creates reference to the dataset region !! -!! \note \fortran_obsolete +!! \attention \fortran_obsolete !! !! \param loc_id Location identifier. !! \param name Name of the dataset at the specified location. @@ -362,7 +362,7 @@ CONTAINS !! !! \brief Creates a reference. !! -!! \note \fortran_approved +!! \attention \fortran_approved !! !! \param loc_id Location identifier. !! \param name Name of the dataset at the specified location. @@ -407,7 +407,7 @@ CONTAINS !! !! \brief Opens the HDF5 object referenced !! -!! \note \fortran_obsolete +!! \attention \fortran_obsolete !! !! \param obj_id Identifier of the dataset containing reference. !! \param ref Reference to open. @@ -433,7 +433,7 @@ CONTAINS !! !! \brief Opens the dataset region !! -!! \note \fortran_obsolete +!! \attention \fortran_obsolete !! !! \param obj_id Object identifier. !! \param ref Reference to open. @@ -459,7 +459,7 @@ CONTAINS !! !! \brief Opens the HDF5 object referenced. !! -!! \note \fortran_approved +!! \attention \fortran_approved !! !! \param obj_id Valid identifier for the file containing the referenced object or any object in that file. !! \param ref_type The reference type of ref. @@ -485,7 +485,7 @@ CONTAINS !! !! \brief Retrieves a name of a referenced object. !! -!! \note \fortran_obsolete +!! \attention \fortran_obsolete !! !! \param loc_id Identifier for the file containing the reference or for any object in that file. !! \param ref An object or dataset region reference. @@ -521,7 +521,7 @@ CONTAINS !! !! \brief Retrieves a name of a dataset region. !! -!! \note \fortran_obsolete +!! \attention \fortran_obsolete !! !! \param loc_id Identifier for the file containing the reference or for any object in that file. !! \param ref An object or dataset region reference. @@ -556,7 +556,7 @@ CONTAINS !! !! \brief Retrieves a name of a referenced object. !! -!! \note \fortran_approved +!! \attention \fortran_approved !! !! \param loc_id Identifier for the file containing the reference or for any object in that file. !! \param ref_type Type of reference. |