Update zh-cn doxygen
This commit is contained in:
parent
2c1598536e
commit
49aff94d8d
@ -44,7 +44,7 @@ PROJECT_NUMBER =
|
|||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
# quick idea about the purpose of the project. Keep the description short.
|
# quick idea about the purpose of the project. Keep the description short.
|
||||||
|
|
||||||
PROJECT_BRIEF = "A fast JSON parser/generator for C++ with both SAX/DOM style API"
|
PROJECT_BRIEF = "一个C++快速JSON解析器及生成器,包含SAX/DOM风格API"
|
||||||
|
|
||||||
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
|
# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
|
||||||
# the documentation. The maximum height of the logo should not exceed 55 pixels
|
# the documentation. The maximum height of the logo should not exceed 55 pixels
|
||||||
@ -769,13 +769,13 @@ INPUT = ./include/rapidjson/rapidjson.h \
|
|||||||
./readme.zh-cn.md \
|
./readme.zh-cn.md \
|
||||||
./doc/features.zh-cn.md \
|
./doc/features.zh-cn.md \
|
||||||
./doc/tutorial.zh-cn.md \
|
./doc/tutorial.zh-cn.md \
|
||||||
./doc/stream.md \
|
./doc/stream.zh-cn.md \
|
||||||
./doc/encoding.md \
|
./doc/encoding.zh-cn.md \
|
||||||
./doc/dom.md \
|
./doc/dom.zh-cn.md \
|
||||||
./doc/sax.md \
|
./doc/sax.zh-cn.md \
|
||||||
./doc/performance.md \
|
./doc/performance.zh-cn.md \
|
||||||
./doc/internals.md \
|
./doc/internals.md \
|
||||||
./doc/faq.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user