Skip to content

Commit

Permalink
Merge pull request #2451 from gsjaardema/patch-54
Browse files Browse the repository at this point in the history
Minor update to doxygen function documentation
  • Loading branch information
WardF authored Sep 14, 2022
2 parents 826ddb0 + 53aeb1a commit dc46ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsrc4/nc4var.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc46ac6

Please sign in to comment.