Doxyfile.zh-cn.in (rapidjson-1.0.2) | : | Doxyfile.zh-cn.in (rapidjson-1.1.0) | ||
---|---|---|---|---|
skipping to change at line 767 | skipping to change at line 767 | |||
#--------------------------------------------------------------------------- | #--------------------------------------------------------------------------- | |||
# 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.zh-cn.md \ | INPUT = readme.zh-cn.md \ | |||
./include/rapidjson/rapidjson.h \ | CHANGELOG.md \ | |||
./include/ \ | include/rapidjson/rapidjson.h \ | |||
./doc/features.zh-cn.md \ | include/ \ | |||
./doc/tutorial.zh-cn.md \ | doc/features.zh-cn.md \ | |||
./doc/stream.zh-cn.md \ | doc/tutorial.zh-cn.md \ | |||
./doc/encoding.zh-cn.md \ | doc/pointer.zh-cn.md \ | |||
./doc/dom.zh-cn.md \ | doc/stream.zh-cn.md \ | |||
./doc/sax.zh-cn.md \ | doc/encoding.zh-cn.md \ | |||
./doc/performance.zh-cn.md \ | doc/dom.zh-cn.md \ | |||
./doc/internals.md \ | doc/sax.zh-cn.md \ | |||
./doc/faq.zh-cn.md | doc/schema.zh-cn.md \ | |||
doc/performance.zh-cn.md \ | ||||
doc/internals.md \ | ||||
doc/faq.zh-cn.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. | |||
INPUT_ENCODING = UTF-8 | INPUT_ENCODING = UTF-8 | |||
End of changes. 1 change blocks. | ||||
12 lines changed or deleted | 15 lines changed or added |