Doxygen update, reorganizing.

This commit is contained in:
Ward Fisher 2022-09-08 16:36:53 -06:00
parent 60552dbc65
commit 0c5fc4c2cd
3 changed files with 3 additions and 3 deletions

View File

@ -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 \

View File

@ -1,4 +1,4 @@
NetCDF Error Code Listing {#nc-error-codes}
Appendix C. NetCDF Error Code Listing {#nc-error-codes}
==================
\tableofcontents

View File

@ -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.