Doxyfile.in (netcdf-fortran-4.4.4) | : | Doxyfile.in (netcdf-fortran-4.4.5) | ||
---|---|---|---|---|
skipping to change at line 594 | skipping to change at line 594 | |||
# accept a match between prototype and implementation in such cases. | # accept a match between prototype and implementation in such cases. | |||
# The default value is: NO. | # The default value is: NO. | |||
STRICT_PROTO_MATCHING = NO | STRICT_PROTO_MATCHING = NO | |||
# The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the | # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the | |||
# todo list. This list is created by putting \todo commands in the | # todo list. This list is created by putting \todo commands in the | |||
# documentation. | # documentation. | |||
# The default value is: YES. | # The default value is: YES. | |||
GENERATE_TODOLIST = @SHOW_DOXYGEN_TAG_LIST@ | GENERATE_TODOLIST = NO | |||
# The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the | # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the | |||
# test list. This list is created by putting \test commands in the | # test list. This list is created by putting \test commands in the | |||
# documentation. | # documentation. | |||
# The default value is: YES. | # The default value is: YES. | |||
GENERATE_TESTLIST = @SHOW_DOXYGEN_TAG_LIST@ | GENERATE_TESTLIST = NO | |||
# The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug | # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug | |||
# list. This list is created by putting \bug commands in the documentation. | # list. This list is created by putting \bug commands in the documentation. | |||
# The default value is: YES. | # The default value is: YES. | |||
GENERATE_BUGLIST = @SHOW_DOXYGEN_TAG_LIST@ | GENERATE_BUGLIST = NO | |||
# The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO) | # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO) | |||
# the deprecated list. This list is created by putting \deprecated commands in | # the deprecated list. This list is created by putting \deprecated commands in | |||
# the documentation. | # the documentation. | |||
# The default value is: YES. | # The default value is: YES. | |||
GENERATE_DEPRECATEDLIST= YES | GENERATE_DEPRECATEDLIST= YES | |||
# The ENABLED_SECTIONS tag can be used to enable conditional documentation | # The ENABLED_SECTIONS tag can be used to enable conditional documentation | |||
# sections, marked by \if <section_label> ... \endif and \cond <section_label> | # sections, marked by \if <section_label> ... \endif and \cond <section_label> | |||
skipping to change at line 759 | skipping to change at line 759 | |||
#--------------------------------------------------------------------------- | #--------------------------------------------------------------------------- | |||
# The INPUT tag is used to specify the files and/or directories that contain | # The INPUT tag is used to specify the files and/or directories that contain | |||
# documented source files. You may enter file names like myfile.cpp or | # documented source files. You may enter file names like myfile.cpp or | |||
# directories like /usr/src/myproject. Separate the files or directories with | # directories like /usr/src/myproject. Separate the files or directories with | |||
# spaces. | # spaces. | |||
# Note: If this tag is empty the current directory is searched. | # Note: If this tag is empty the current directory is searched. | |||
INPUT = @abs_top_srcdir@/RELEASE_NOTES.md \ | INPUT = @abs_top_srcdir@/RELEASE_NOTES.md \ | |||
@abs_top_srcdir@/README.md \ | @abs_top_srcdir@/README.md \ | |||
@abs_top_srcdi | @abs_top_srcdir@/docs/netcdf-f77.md \ | |||
r@/libsrc \ | ||||
@abs_top | ||||
_srcdir@/fortran \ | ||||
@a | ||||
bs_top_srcdir@/docs/netcdf-f77.md \ | ||||
@abs_top_srcdir@/docs/netcdf-f90.md \ | @abs_top_srcdir@/docs/netcdf-f90.md \ | |||
@abs_top_srcdir@/docs/netcdf-f90-sec1-usage.md \ | @abs_top_srcdir@/docs/netcdf-f90-sec1-usage.md \ | |||
@abs_top_srcdir@/docs/netcdf-f90-sec2-datasets.md \ | @abs_top_srcdir@/docs/netcdf-f90-sec2-datasets.md \ | |||
@abs_top_srcdir@/docs/netcdf-f90-sec3-groups.md \ | @abs_top_srcdir@/docs/netcdf-f90-sec3-groups.md \ | |||
@abs_top_srcdir@/docs/netcdf-f90-sec4-dimensions.md \ | @abs_top_srcdir@/docs/netcdf-f90-sec4-dimensions.md \ | |||
@abs_top_srcdir@/docs/netcdf-f90-sec5-user_defined_type s.md \ | @abs_top_srcdir@/docs/netcdf-f90-sec5-user_defined_type s.md \ | |||
@abs_top_srcdir@/docs/netcdf-f90-sec6-variables.md \ | @abs_top_srcdir@/docs/netcdf-f90-sec6-variables.md \ | |||
@abs_top_srcdir@/docs/netcdf-f90-sec7-attributes.md \ | @abs_top_srcdir@/docs/netcdf-f90-sec7-attributes.md | |||
@abs_top_srcdir@/fortran \ | #@abs_top_srcdir@/fortran \ | |||
@abs_top_srcdir@/libsrc | #@abs_top_srcdir@/libsrc | |||
# This tag can be used to specify the character encoding of the source files | # This tag can be used to specify the character encoding of the source files | |||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses | # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses | |||
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv | # libiconv (or the iconv built into libc) for the transcoding. See the libiconv | |||
# documentation (see: http://www.gnu.org/software/libiconv) for the list of | # documentation (see: http://www.gnu.org/software/libiconv) for the list of | |||
# possible encodings. | # possible encodings. | |||
# The default value is: UTF-8. | # The default value is: UTF-8. | |||
INPUT_ENCODING = UTF-8 | INPUT_ENCODING = UTF-8 | |||
End of changes. 5 change blocks. | ||||
12 lines changed or deleted | 7 lines changed or added |