From 1376df147b365394de1c8d36eba4a4803b848ace Mon Sep 17 00:00:00 2001 From: edwardhartnett Date: Tue, 12 Nov 2019 12:52:18 -0700 Subject: [PATCH] fixed docs in pio.h --- src/clib/pio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clib/pio.h b/src/clib/pio.h index d1958ba8d5b..4b9b6134318 100644 --- a/src/clib/pio.h +++ b/src/clib/pio.h @@ -694,10 +694,10 @@ enum PIO_ERROR_HANDLERS #define PIO_EUNLIMIT NC_EUNLIMIT /**< NC_UNLIMITED size already in use */ #define PIO_ENORECVARS NC_ENORECVARS /**< nc_rec op when there are no record vars */ #define PIO_ECHAR NC_ECHAR /**< Attempt to convert between text & numbers */ -#define PIO_EEDGE NC_EEDGE /** Start+count exceeds dimension bound. */ +#define PIO_EEDGE NC_EEDGE /**< Start+count exceeds dimension bound. */ #define PIO_ESTRIDE NC_ESTRIDE /**< Illegal stride */ #define PIO_EBADNAME NC_EBADNAME /**< Attribute or variable name contains illegal characters */ -#define PIO_ERANGE NC_ERANGE /** Range error */ +#define PIO_ERANGE NC_ERANGE /**< Range error */ #define PIO_ENOMEM NC_ENOMEM /**< Memory allocation (malloc) failure */ #define PIO_EVARSIZE NC_EVARSIZE /**< One or more variable sizes violate format constraints */ #define PIO_EDIMSIZE NC_EDIMSIZE /**< Invalid dimension size */