Add Chinese pointer guide to doxygen

This commit is contained in:
Milo Yip 2015-10-27 13:36:36 -07:00
parent d5d17b96c2
commit 5512ec30f1

View File

@ -764,18 +764,19 @@ WARN_LOGFILE =
# 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 \ include/rapidjson/rapidjson.h \
./include/ \ include/ \
./doc/features.zh-cn.md \ doc/features.zh-cn.md \
./doc/tutorial.zh-cn.md \ doc/tutorial.zh-cn.md \
./doc/stream.zh-cn.md \ doc/pointer.md \
./doc/encoding.zh-cn.md \ doc/stream.zh-cn.md \
./doc/dom.zh-cn.md \ doc/encoding.zh-cn.md \
./doc/sax.zh-cn.md \ doc/dom.zh-cn.md \
./doc/performance.zh-cn.md \ doc/sax.zh-cn.md \
./doc/internals.md \ doc/performance.zh-cn.md \
./doc/faq.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