mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
documentation update
This commit is contained in:
parent
9a7a7e28d1
commit
d7e46e8c5f
@ -670,6 +670,7 @@ NC_HDF4_open(const char *path, int mode, int basepe, size_t *chunksizehintp,
|
||||
*
|
||||
* @return ::NC_NOERR No error.
|
||||
* @return ::NC_EBADID Bad ncid.
|
||||
* @return ::NC_EHDFERR Error from HDF4 layer.
|
||||
* @author Ed Hartnett
|
||||
*/
|
||||
int
|
||||
@ -686,6 +687,7 @@ NC_HDF4_abort(int ncid)
|
||||
*
|
||||
* @return ::NC_NOERR No error.
|
||||
* @return ::NC_EBADID Bad ncid.
|
||||
* @return ::NC_EHDFERR Error from HDF4 layer.
|
||||
* @author Ed Hartnett
|
||||
*/
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user