Add doxyfile for zh-cn

This commit is contained in:
miloyip 2015-04-02 15:48:13 +08:00
parent 7b685da2df
commit d1a345a6c4
2 changed files with 4 additions and 3 deletions

View File

@ -764,9 +764,9 @@ 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 = ./include/rapidjson/rapidjson.h \ INPUT = ./readme.zh-cn.md \
./include/rapidjson/rapidjson.h \
./include/ \ ./include/ \
./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.zh-cn.md \ ./doc/stream.zh-cn.md \
@ -920,7 +920,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub # (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output. # and want to reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE = ./readme.zh-cn.md USE_MDFILE_AS_MAINPAGE = readme.zh-cn.md
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# Configuration options related to source browsing # Configuration options related to source browsing

View File

@ -57,6 +57,7 @@ doxygen_run()
{ {
cd "${TRAVIS_BUILD_DIR}"; cd "${TRAVIS_BUILD_DIR}";
doxygen ${TRAVIS_BUILD_DIR}/build/doc/Doxyfile; doxygen ${TRAVIS_BUILD_DIR}/build/doc/Doxyfile;
doxygen ${TRAVIS_BUILD_DIR}/build/doc/Doxyfile.zh-cn;
} }
gh_pages_prepare() gh_pages_prepare()