Minor update to doxygen function documentation

This commit is contained in:
Greg Sjaardema 2022-07-06 10:38:43 -06:00 committed by GitHub
parent ee5e1596f5
commit 53aeb1aacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,7 +433,7 @@ NC4_inq_varid(int ncid, const char *name, int *varidp)
* @returns ::NC_NOERR No error.
* @returns ::NC_EBADID Invalid ncid passed.
* @returns ::NC_ENOTVAR Invalid varid passed.
* @returns ::NC_ENOPAR LFile was not opened with nc_open_par/nc_create_var.
* @returns ::NC_ENOPAR LFile was not opened with nc_open_par/nc_create_par.
* @returns ::NC_EINVAL Invalid par_access specified.
* @returns ::NC_NOERR for success
* @author Ed Hartnett, Dennis Heimbigner