From dc60db67eb63db85ad7bac24b3e636f676244665 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Sun, 19 May 2019 09:47:09 -0600 Subject: [PATCH] last of doxygen warnings for C library --- src/clib/pio_lists.c | 5 +++-- src/clib/pioc_support.c | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/clib/pio_lists.c b/src/clib/pio_lists.c index 77bf81f527e..2d236d5e57b 100644 --- a/src/clib/pio_lists.c +++ b/src/clib/pio_lists.c @@ -237,7 +237,7 @@ pio_num_iosystem(int *niosysid) /** * Add an iodesc. * - * @param io_desc_t pointer to data to add to list. + * @param iodesc io_desc_t pointer to data to add to list. * @returns 0 for success, error code otherwise. * @author Jim Edwards, Ed Hartnett */ @@ -299,8 +299,9 @@ pio_delete_iodesc_from_list(int ioid) * * @param varid the varid of the variable. * @param rec_var non-zero if this is a record var. + * @param pio_type the PIO type. * @param pio_type_size size of the PIO type in bytes - * @param mpi_type the MPI type + * @param mpi_type the MPI type. * @param mpi_type_size size of the MPI type in bytes. * @param varlist pointer to list to add to. * @returns 0 for success, error code otherwise. diff --git a/src/clib/pioc_support.c b/src/clib/pioc_support.c index f608c10880d..9358ea9848c 100644 --- a/src/clib/pioc_support.c +++ b/src/clib/pioc_support.c @@ -537,7 +537,7 @@ pio_err(iosystem_desc_t *ios, file_desc_t *file, int err_num, const char *fname, * @param ios pointer to the IO system info, used for error * handling. Ignored if NULL. * @param ndims the number of dimensions for the data in this region. - * @param a pointer that gets a pointer to the newly allocated + * @param regionp a pointer that gets a pointer to the newly allocated * io_region struct. * @returns 0 for success, error code otherwise. * @author Jim Edwards @@ -2740,7 +2740,7 @@ PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, * Note that memory is allocated for my_proc_list. This must be freed * by the caller. * - * @param num_io_proc the number of IO processes. + * @param num_io_procs the number of IO processes. * @param component_count the number of computational components. * @param num_procs_per_comp array (length component_count) which * contains the number of processes to assign to each computation @@ -2748,7 +2748,7 @@ PIOc_set_rearr_opts(int iosysid, int comm_type, int fcd, bool enable_hs_c2i, * @param proc_list array (length component count) of arrays (length * num_procs_per_comp_array[cmp]) which contain the list of processes * for each computation component. May be NULL. - * @param array (length component count) of arrays (length + * @param my_proc_list array (length component count) of arrays (length * num_procs_per_comp_array[cmp]) which will get the list of processes * for each computation component. * @returns 0 for success, error code otherwise