summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5VLff.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-09-28 15:52:19 (GMT)
committerGitHub <noreply@github.com>2022-09-28 15:52:19 (GMT)
commit1bec0ce2d785b5c0d7f4514fb50f44b524fe4f67 (patch)
tree03bb3367f57f7feddef64ed17f45bfc423256c25 /fortran/src/H5VLff.F90
parent4184bac2ece1726056e5a0f3c91d38c5a5ef2c38 (diff)
downloadhdf5-1bec0ce2d785b5c0d7f4514fb50f44b524fe4f67.zip
hdf5-1bec0ce2d785b5c0d7f4514fb50f44b524fe4f67.tar.gz
hdf5-1bec0ce2d785b5c0d7f4514fb50f44b524fe4f67.tar.bz2
Misc. Fortran Doxygen updates (#2129)
Diffstat (limited to 'fortran/src/H5VLff.F90')
-rw-r--r--fortran/src/H5VLff.F9020
1 files changed, 10 insertions, 10 deletions
diff --git a/fortran/src/H5VLff.F90 b/fortran/src/H5VLff.F90
index 1a4edf3..237e30d 100644
--- a/fortran/src/H5VLff.F90
+++ b/fortran/src/H5VLff.F90
@@ -49,7 +49,7 @@ CONTAINS
! H5VLregister_connector
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Registers a new VOL connector as a member of the virtual object layer class by name.
!!
@@ -90,7 +90,7 @@ CONTAINS
END SUBROUTINE H5VLregister_connector_by_name_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Registers a new VOL connector by value.
!!
@@ -130,7 +130,7 @@ CONTAINS
END SUBROUTINE H5VLregister_connector_by_value_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Determines whether a VOL class has been registered or not ccording to a specified connector name.
!!
@@ -167,7 +167,7 @@ CONTAINS
END SUBROUTINE H5VLis_connector_registered_by_name_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Determines whether a VOL class has been registered or not according to a specified connector value (ID).
!!
@@ -201,7 +201,7 @@ CONTAINS
END SUBROUTINE H5VLis_connector_registered_by_value_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Retrieves the ID for a registered VOL connector.
!!
@@ -234,7 +234,7 @@ CONTAINS
END SUBROUTINE H5VLget_connector_id_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Retrieves the ID for a registered VOL connector.
!!
@@ -271,7 +271,7 @@ CONTAINS
END SUBROUTINE H5VLget_connector_id_by_name_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Retrieves the ID for a registered VOL connector.
!!
@@ -304,7 +304,7 @@ CONTAINS
END SUBROUTINE H5VLget_connector_id_by_value_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Retrieves a connector name for a VOL.
!!
@@ -351,7 +351,7 @@ CONTAINS
END SUBROUTINE H5VLget_connector_name_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Closes a VOL connector ID.
!!
@@ -377,7 +377,7 @@ CONTAINS
END SUBROUTINE H5VLclose_f
!>
-!! \ingroup FH5V
+!! \ingroup FH5VL
!!
!! \brief Removes a VOL connector ID from the library.
!!