mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
more work on var documentation
This commit is contained in:
parent
ea5e7f9b9a
commit
d0a6e9c246
1095
libdispatch/dvar.c
1095
libdispatch/dvar.c
File diff suppressed because it is too large
Load Diff
@ -107,6 +107,7 @@ NC_get_vara(int ncid, int varid,
|
||||
}
|
||||
|
||||
/**
|
||||
\internal
|
||||
Get data for a variable.
|
||||
|
||||
\param ncid NetCDF or group ID.
|
||||
@ -129,7 +130,6 @@ they are read.
|
||||
\returns ::NC_EBADID Bad ncid.
|
||||
|
||||
\ingroup variables
|
||||
\internal
|
||||
\author Dennis Heimbigner
|
||||
*/
|
||||
static int
|
||||
@ -547,6 +547,7 @@ NCDEFAULT_get_varm(int ncid, int varid, const size_t *start,
|
||||
}
|
||||
|
||||
/**
|
||||
\internal
|
||||
Called by externally visible nc_get_vars_xxx routines.
|
||||
|
||||
\param ncid NetCDF or group ID.
|
||||
@ -575,7 +576,6 @@ they are read.
|
||||
\returns ::NC_EBADID Bad ncid.
|
||||
|
||||
\ingroup variables
|
||||
\internal
|
||||
\author Dennis Heimbigner, Ed Hartnett
|
||||
*/
|
||||
static int
|
||||
@ -605,6 +605,7 @@ NC_get_vars(int ncid, int varid, const size_t *start,
|
||||
}
|
||||
|
||||
/**
|
||||
\internal
|
||||
Called by externally visible nc_get_varm_xxx routines. Note that the
|
||||
varm routines are deprecated. Use the vars routines instead for new
|
||||
code.
|
||||
@ -637,7 +638,6 @@ they are read.
|
||||
\returns ::NC_EBADID Bad ncid.
|
||||
|
||||
\ingroup variables
|
||||
\internal
|
||||
\author Dennis Heimbigner, Ed Hartnett
|
||||
*/
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user