mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-01 17:06:03 +08:00
Doxygen update, reorganizing.
This commit is contained in:
parent
60552dbc65
commit
0c5fc4c2cd
@ -811,6 +811,7 @@ INPUT = @abs_top_srcdir@/docs/mainpage.dox \
|
||||
@abs_top_srcdir@/docs/windows-binaries.md \
|
||||
@abs_top_srcdir@/docs/attribute_conventions.md \
|
||||
@abs_top_srcdir@/docs/file_format_specifications.md \
|
||||
@abs_top_srcdir@/docs/all-error-codes.md \
|
||||
@abs_top_srcdir@/docs/inmemory.md \
|
||||
@abs_top_srcdir@/docs/filters.md \
|
||||
@abs_top_srcdir@/docs/byterange.dox \
|
||||
@ -827,7 +828,6 @@ INPUT = @abs_top_srcdir@/docs/mainpage.dox \
|
||||
@abs_top_srcdir@/docs/inmeminternal.dox \
|
||||
@abs_top_srcdir@/docs/indexing.dox \
|
||||
@abs_top_srcdir@/docs/testserver.dox \
|
||||
@abs_top_srcdir@/docs/all-error-codes.md \
|
||||
@abs_top_srcdir@/docs/quantize.md \
|
||||
@abs_top_srcdir@/include/netcdf.h \
|
||||
@abs_top_srcdir@/include/netcdf_mem.h \
|
||||
|
@ -1,4 +1,4 @@
|
||||
NetCDF Error Code Listing {#nc-error-codes}
|
||||
Appendix C. NetCDF Error Code Listing {#nc-error-codes}
|
||||
==================
|
||||
|
||||
\tableofcontents
|
||||
|
@ -812,7 +812,7 @@ The h5 tag indicates that they assume that the result of the parse is a set of u
|
||||
* idp will contain the first constant — the filter id
|
||||
* nparamsp will contain the number of params
|
||||
* paramsp will contain a vector of params — the caller must free
|
||||
This function can parse single filter spec strings as defined in the section on \ref{filters_syntax}.
|
||||
This function can parse single filter spec strings as defined in the section on \ref filters_syntax.
|
||||
2. *int ncaux\_h5filterspec\_parselist(const char* txt, int* formatp, size\_t* nspecsp, struct NC\_H5\_Filterspec*** vectorp);*
|
||||
* txt contains the text of a sequence '|' separated filter specs.
|
||||
* formatp currently always returns 0.
|
||||
|
Loading…
Reference in New Issue
Block a user