From b5e97d56f6f2dbc4dddabeca3440ad289257a7ef Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 20 May 2019 14:30:34 -0600 Subject: [PATCH] more documentation fixes --- doc/source/api.txt | 4 ++-- src/flib/piolib_mod.F90 | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/api.txt b/doc/source/api.txt index 275224e160f..a97161b7261 100644 --- a/doc/source/api.txt +++ b/doc/source/api.txt @@ -16,7 +16,7 @@ - \ref PIO_read_darray - \ref PIO_write_darray \section utility Utility routines - - \ref PIO_set_hint + - \ref PIO_set_hint_grp - \ref PIO_setframe - \ref PIO_advanceframe - \ref PIO_setdebuglevel @@ -41,7 +41,7 @@ - \ref PIO_inq_attname - \ref PIO_inq_att - \ref PIO_inq_attlen - - \ref PIO_inq_var + - \ref PIO_inquire_variable - \ref PIO_inq_varid - \ref PIO_inq_varname - \ref PIO_inq_vartype diff --git a/src/flib/piolib_mod.F90 b/src/flib/piolib_mod.F90 index 3ca529439ef..e669b6fdb11 100644 --- a/src/flib/piolib_mod.F90 +++ b/src/flib/piolib_mod.F90 @@ -1,6 +1,5 @@ #define __PIO_FILE__ "piolib_mod.f90" #define debug_rearr 0 - !> !! @file !! @brief Initialization Routines for PIO @@ -437,7 +436,7 @@ end subroutine seterrorhandlingiosysid !> !! @public !! @ingroup PIO_initdecomp -!! @brief Implements the @ref decomp_bc for PIO_initdecomp +!! @brief Implements the block-cyclic decomposition for PIO_initdecomp !! @details This provides the ability to describe a computational !! decomposition in PIO that has a block-cyclic form. That is !! something that can be described using start and count arrays. @@ -721,11 +720,12 @@ end subroutine initdecomp_1dof_nf_i8 !> !! @public !! @ingroup PIO_initdecomp -!! @brief Implements the @ref decomp_dof for PIO_initdecomp (previous name: \b initdecomp_1dof_nf_box) +!! @brief Implements the degrees of freedom decomposition for +!! PIO_initdecomp (previous name: \b initdecomp_1dof_nf_box) !! @details This provides the ability to describe a computational !! decomposition in PIO using degrees of freedom method. This is !! a decomposition that can not be easily described using a start -!! and count method (see @ref decomp_dof). +!! and count method. !! Optional parameters for this subroutine allows for the specififcation of !! io decomposition using iostart and iocount arrays. If iostart !! and iocount arrays are not specified by the user, and rearrangement @@ -1151,7 +1151,7 @@ end subroutine init_intercom !> !! @public -!! @defgroup PIO_set_hint PIO_set_hint +!! @defgroup PIO_set_hint_grp PIO_set_hint !! @brief set file system hints using mpi_info_set !! @details This is a collective call which expects the following parameters: !! @param iosystem @copydoc io_desc_t