Doxyfile.in (rapidjson-1.0.2) | : | Doxyfile.in (rapidjson-1.1.0) | ||
---|---|---|---|---|
skipping to change at line 768 | skipping to change at line 768 | |||
# Configuration options related to the input files | # Configuration options related to the input files | |||
#--------------------------------------------------------------------------- | #--------------------------------------------------------------------------- | |||
# 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 = readme.md \ | INPUT = readme.md \ | |||
CHANGELOG.md \ | ||||
include/rapidjson/rapidjson.h \ | include/rapidjson/rapidjson.h \ | |||
include/ \ | include/ \ | |||
doc/features.md \ | doc/features.md \ | |||
doc/tutorial.md \ | doc/tutorial.md \ | |||
doc/pointer.md \ | ||||
doc/stream.md \ | doc/stream.md \ | |||
doc/encoding.md \ | doc/encoding.md \ | |||
doc/dom.md \ | doc/dom.md \ | |||
doc/sax.md \ | doc/sax.md \ | |||
doc/schema.md \ | ||||
doc/performance.md \ | doc/performance.md \ | |||
doc/internals.md \ | doc/internals.md \ | |||
doc/faq.md | doc/faq.md | |||
# 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. | |||
End of changes. 3 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |