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 21, 2019
1 parent b5e97d5 commit 615e4c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/flib/piodarray.F90.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#define __PIO_FILE__ 'piodarray'
!>
!! @file
!! @brief Read and write routines for decomposed data.

!> @cond
#define __PIO_FILE__ 'piodarray'
!> @endcond
module piodarray
use pio_types, only : file_desc_t, io_desc_t, var_desc_t
use pio_kinds, only : i4, r4, r8, pio_offset_kind
Expand Down
1 change: 0 additions & 1 deletion src/flib/piolib_mod.F90
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#define __PIO_FILE__ "piolib_mod.f90"
#define debug_rearr 0
!>
!! @file
!! @brief Initialization Routines for PIO
Expand Down
1 change: 0 additions & 1 deletion src/flib/pionfatt_mod.F90.in
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ contains

end function put_att_1d_vid_{TYPE}


!>
!! @public
!! @ingroup PIO_get_att
Expand Down

0 comments on commit 615e4c8

Please sign in to comment.