mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
Removed redundant error group.
This commit is contained in:
parent
fc3d043af1
commit
790de7121e
@ -744,12 +744,11 @@ WARN_LOGFILE =
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = \
|
||||
@abs_top_srcdir@/docs/mainpage.dox \
|
||||
@abs_top_srcdir@/RELEASE_NOTES.md \
|
||||
@abs_top_srcdir@/docs/COPYRIGHT.dox \
|
||||
@abs_top_srcdir@/docs/mainpage.dox \
|
||||
@abs_top_srcdir@/docs/FAQ.md \
|
||||
@abs_top_srcdir@/docs/architecture.dox \
|
||||
@abs_top_srcdir@/docs/groups.dox \
|
||||
@abs_top_srcdir@/docs/install.md \
|
||||
@abs_top_srcdir@/docs/install-fortran.md \
|
||||
@abs_top_srcdir@/docs/dispatch.dox \
|
||||
|
@ -1452,8 +1452,6 @@ array section access instead.
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\todo Indent the following part below this.
|
||||
|
||||
\section classic_file_parts Parts of a NetCDF Classic File
|
||||
|
||||
A netCDF classic or 64-bit offset dataset is stored as a single file
|
||||
@ -3745,8 +3743,6 @@ inadvertent reading of values that haven't been written.
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\todo Wrap the following group of pages into this. From NetCDF Classic Format Spec through HDF4 SD Format.
|
||||
|
||||
\section classic_format_spec The NetCDF Classic Format Specification
|
||||
|
||||
To present the format more formally, we use a BNF grammar notation. In
|
||||
|
@ -13,10 +13,12 @@ Research/Unidata. See COPYRIGHT file for more info.
|
||||
static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" $";
|
||||
|
||||
/**
|
||||
\ingroup lib_version
|
||||
Return the library version.
|
||||
\defgroup lib_version Library Version
|
||||
Functions related to querying the library version.
|
||||
|
||||
\returns short string that contains the version information for the
|
||||
Return the library version.
|
||||
|
||||
\returns short string that contains the version information for the
|
||||
library.
|
||||
*/
|
||||
const char *
|
||||
|
@ -40,7 +40,7 @@ type). Read attributes of the new type with nc_get_att (see
|
||||
|
||||
|
||||
/** \internal
|
||||
\addtogroup user_types
|
||||
\ingroup user_types
|
||||
Learn if two types are equal
|
||||
|
||||
\param ncid1 \ref ncid of first typeid.
|
||||
|
Loading…
Reference in New Issue
Block a user