summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Aff.F90
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/src/H5Aff.F90')
-rw-r--r--fortran/src/H5Aff.F908
1 files changed, 4 insertions, 4 deletions
diff --git a/fortran/src/H5Aff.F90 b/fortran/src/H5Aff.F90
index 02db15f..c17ee9c 100644
--- a/fortran/src/H5Aff.F90
+++ b/fortran/src/H5Aff.F90
@@ -1340,7 +1340,7 @@ CONTAINS
!!
!! \brief Writes data to an attribute.
!!
-!! \note \fortran_approved
+!! \attention \fortran_approved
!!
!! \param attr_id Identifier of an attribute to write.
!! \param memtype_id Identifier of the attribute datatype (in memory).
@@ -1361,7 +1361,7 @@ CONTAINS
!!
!! \brief Writes data to an attribute.
!!
-!! \note \fortran_obsolete
+!! \attention \fortran_obsolete
!!
!! \param attr_id Identifier of an attribute to write.
!! \param memtype_id Identifier of the attribute datatype (in memory).
@@ -1384,7 +1384,7 @@ CONTAINS
!!
!! \brief Reads an attribute.
!!
-!! \note \fortran_approved
+!! \attention \fortran_approved
!!
!! \param attr_id Identifier of an attribute to read.
!! \param memtype_id Identifier of the attribute datatype (in memory).
@@ -1405,7 +1405,7 @@ CONTAINS
!!
!! \brief Reads an attribute.
!!
-!! \note \fortran_obsolete
+!! \attention \fortran_obsolete
!!
!! \param attr_id Identifier of an attribute to read.
!! \param memtype_id Identifier of the attribute datatype (in memory).