Skip to content

Commit 04ca73a

Browse files
CopilotWardF
andcommitted
Move appendix files to end of Doxyfile INPUT list
Co-authored-by: WardF <4324946+WardF@users.noreply.github.com>
1 parent 5c33120 commit 04ca73a

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/Doxyfile.in

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -982,17 +982,12 @@ INPUT = \
982982
@abs_top_srcdir@/include/netcdf_filter.h \
983983
\
984984
@abs_top_srcdir@/docs/inmemory.md \
985-
@abs_top_srcdir@/docs/filters.md \
986-
@abs_top_srcdir@/docs/pluginpath.md \
987985
@abs_top_srcdir@/docs/quantize.md \
988986
@abs_top_srcdir@/docs/byterange.md \
989987
@abs_top_srcdir@/docs/auth.md \
990-
@abs_top_srcdir@/docs/cloud.md \
991-
@abs_top_srcdir@/docs/nczarr.md \
992988
@abs_top_srcdir@/docs/indexing.dox \
993989
\
994990
@abs_top_srcdir@/docs/internal.md \
995-
@abs_top_srcdir@/docs/dispatch.md \
996991
@abs_top_srcdir@/docs/inmeminternal.dox \
997992
@abs_top_srcdir@/docs/testserver.dox \
998993
@abs_top_srcdir@/docs/notes.md \
@@ -1048,7 +1043,13 @@ INPUT = \
10481043
@abs_top_srcdir@/libsrc4/nc4dispatch.c \
10491044
@abs_top_srcdir@/libhdf5/nc4hdf.c \
10501045
@abs_top_srcdir@/libhdf5/nc4info.c \
1051-
@abs_top_srcdir@/libnczarr/zarr.c
1046+
@abs_top_srcdir@/libnczarr/zarr.c \
1047+
\
1048+
@abs_top_srcdir@/docs/cloud.md \
1049+
@abs_top_srcdir@/docs/dispatch.md \
1050+
@abs_top_srcdir@/docs/filters.md \
1051+
@abs_top_srcdir@/docs/nczarr.md \
1052+
@abs_top_srcdir@/docs/pluginpath.md
10521053

10531054
# This tag can be used to specify the character encoding of the source files
10541055
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)