summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Dff.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-10-03 16:13:00 (GMT)
committerGitHub <noreply@github.com>2022-10-03 16:13:00 (GMT)
commit1fb83da21531da8e531234fa6ab810b7a90d7ee9 (patch)
tree2a06582790fa0aa3d27c7756cbb4c4f7493e8809 /fortran/src/H5Dff.F90
parentce67e4eb05b6d97afe557c9015cc16f5add5b1c6 (diff)
downloadhdf5-1fb83da21531da8e531234fa6ab810b7a90d7ee9.zip
hdf5-1fb83da21531da8e531234fa6ab810b7a90d7ee9.tar.gz
hdf5-1fb83da21531da8e531234fa6ab810b7a90d7ee9.tar.bz2
Grouped the Fortran constants in Doxygen (#2136)
Diffstat (limited to 'fortran/src/H5Dff.F90')
-rw-r--r--fortran/src/H5Dff.F908
1 files changed, 4 insertions, 4 deletions
diff --git a/fortran/src/H5Dff.F90 b/fortran/src/H5Dff.F90
index c4134e8..0da0092 100644
--- a/fortran/src/H5Dff.F90
+++ b/fortran/src/H5Dff.F90
@@ -1098,7 +1098,7 @@ CONTAINS
!!
!! \brief Writes raw data from a dataset into a buffer.
!!
-!! \note \fortran_approved
+!! \attention \fortran_approved
!!
!! \param dset_id Identifier of the dataset to write to.
!! \param mem_type_id Identifier of the memory datatype.
@@ -1126,7 +1126,7 @@ CONTAINS
!!
!! \brief Reads raw data from a dataset into a buffer (Passes Pointer).
!!
-!! \note \fortran_approved
+!! \attention \fortran_approved
!!
!! \param dset_id Identifier of the dataset read from.
!! \param mem_type_id Identifier of the memory datatype.
@@ -1158,7 +1158,7 @@ CONTAINS
!! \li h5dwrite_f Purpose: Writes data other than variable-length data.
!! \li h5dwrite_vl_f Purpose: Writes variable-length data.
!!
-!! \note \fortran_obsolete
+!! \attention \fortran_obsolete
!!
!! \param dset_id Identifier of the dataset to write to.
!! \param mem_type_id Identifier of the memory datatype.
@@ -1189,7 +1189,7 @@ CONTAINS
!! \li h5dread_f Purpose: Reads data other than variable-length data, uses DIMENSION argument and buf is not a pointer.
!! \li h5dread_vl_f Purpose: Reads variable-length data.
!!
-!! \note \fortran_obsolete
+!! \attention \fortran_obsolete
!!
!! \param dset_id Identifier of the dataset read from.
!! \param mem_type_id Identifier of the memory datatype.