Skip to content

Commit

Permalink
more documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 20, 2019
1 parent 596ee10 commit b5e97d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/source/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions src/flib/piolib_mod.F90
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#define __PIO_FILE__ "piolib_mod.f90"
#define debug_rearr 0

!>
!! @file
!! @brief Initialization Routines for PIO
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b5e97d5

Please sign in to comment.