Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
R
rapidjson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
rapidjson
Commits
1ddbbdf8
Commit
1ddbbdf8
authored
Apr 03, 2015
by
Milo Yip
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #281 from pah/fix/zh-cn
fix zh-cn Doxygen generation for Travis CI
parents
9b63f39c
349f737f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
7 deletions
+12
-7
CMakeLists.txt
doc/CMakeLists.txt
+3
-1
Doxyfile.zh-cn.in
doc/Doxyfile.zh-cn.in
+1
-1
readme.md
readme.md
+3
-1
readme.zh-cn.md
readme.zh-cn.md
+5
-4
No files found.
doc/CMakeLists.txt
View file @
1ddbbdf8
...
...
@@ -8,11 +8,13 @@ ELSE()
list
(
APPEND MARKDOWN_DOC
${
CMAKE_SOURCE_DIR
}
/readme.md
)
CONFIGURE_FILE
(
Doxyfile.in Doxyfile @ONLY
)
CONFIGURE_FILE
(
Doxyfile.zh-cn.in Doxyfile.zh-cn @ONLY
)
add_custom_command
(
OUTPUT html
COMMAND
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
COMMAND
${
DOXYGEN_EXECUTABLE
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile.zh-cn
COMMAND
${
CMAKE_COMMAND
}
-E touch
${
CMAKE_CURRENT_BINARY_DIR
}
/html
DEPENDS
${
MARKDOWN_DOC
}
${
SOURCES
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
DEPENDS
${
MARKDOWN_DOC
}
${
SOURCES
}
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
*
WORKING_DIRECTORY
${
CMAKE_SOURCE_DIR
}
)
...
...
doc/Doxyfile.zh-cn.in
View file @
1ddbbdf8
...
...
@@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
OUTPUT_DIRECTORY =
./doc
OUTPUT_DIRECTORY =
@CMAKE_CURRENT_BINARY_DIR@
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
...
...
readme.md
View file @
1ddbbdf8
![](
doc/logo/rapidjson.png
)
## A fast JSON parser/generator for C++ with both SAX/DOM style API
Copyright (c) 2011-201
4
Milo Yip (miloyip@gmail.com)
Copyright (c) 2011-201
5
Milo Yip (miloyip@gmail.com)
*
[
RapidJSON GitHub
](
https://github.com/miloyip/rapidjson/
)
*
[
RapidJSON Documentation
](
http://miloyip.github.io/rapidjson/
)
*
[
English
](
http://miloyip.github.io/rapidjson/
)
*
[
Chinese
](
http://miloyip.github.io/rapidjson/zh-cn/
)
## Build status
...
...
readme.zh-cn.md
View file @
1ddbbdf8
![](
doc/logo/rapidjson.png
)
Copyright (c) 2011-201
4
Milo Yip (miloyip@gmail.com)
Copyright (c) 2011-201
5
Milo Yip (miloyip@gmail.com)
[
RapidJSON GitHub
](
https://github.com/miloyip/rapidjson/
)
[
RapidJSON 文档
](
http://miloyip.github.io/rapidjson/
)
*
[
RapidJSON GitHub
](
https://github.com/miloyip/rapidjson/
)
*
[
RapidJSON 文档
](
http://miloyip.github.io/rapidjson/zh-cn/
)
*
[
中国
](
http://miloyip.github.io/rapidjson/zh-cn/
)
*
[
英语
](
http://miloyip.github.io/rapidjson/
)
## 简介
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment