From d7e46e8c5fd50a68f00db32c20aded81a9d6772d Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Thu, 4 Jul 2019 10:16:21 -0600 Subject: [PATCH] documentation update --- libhdf4/hdf4file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libhdf4/hdf4file.c b/libhdf4/hdf4file.c index 48fd7def4..147372ac6 100644 --- a/libhdf4/hdf4file.c +++ b/libhdf4/hdf4file.c @@ -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