Skip to content

Commit

Permalink
putting vard functions in appropriate place in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 6, 2019
1 parent df1218b commit 4b7a1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clib/pio_get_vard.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <pio_internal.h>

/**
* @addtogroup PIO_get_vard_c Read Distributed Arrays
* @addtogroup PIO_read_darray_c
* Read distributed arrays from a variable in C.
* @{
*/
Expand Down
2 changes: 1 addition & 1 deletion src/clib/pio_put_vard.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <pio_internal.h>

/**
* @addtogroup PIO_put_vard_c Write Data
* @addtogroup PIO_write_darray_c
* Write distributed arrays to a Variable in C.
* @{
*/
Expand Down

0 comments on commit 4b7a1fa

Please sign in to comment.