304 Commits

Author SHA1 Message Date
Milo Yip
0fbb05c42b Try auto upload again 2014-07-08 03:18:57 +08:00
Milo Yip
095857fc6e Try automatic upload 2014-07-08 02:54:35 +08:00
Milo Yip
8fa09bc2fd Try again 2014-07-08 02:12:12 +08:00
Milo Yip
af226cf299 Try -a 2014-07-08 02:06:22 +08:00
Milo Yip
925998fd1e Again 2014-07-08 01:56:16 +08:00
Milo Yip
91b5607cdd Try again 2014-07-08 01:44:14 +08:00
Milo Yip
bfba0d5ac9 Fixes travis_doxygen.sh 2014-07-08 01:34:27 +08:00
Milo Yip
4720d4a2dd Change line ending 2014-07-08 01:18:38 +08:00
Milo Yip
e5cd989d7f Fixes travis_doxygen.sh 2014-07-08 01:00:48 +08:00
Milo Yip
461b84cf38 Add chmod +x 2014-07-08 00:51:46 +08:00
Milo Yip
3e88c558e4 Adding ./ 2014-07-08 00:43:01 +08:00
Milo Yip
a3b05bbcff Adding sudo 2014-07-08 00:34:17 +08:00
Milo Yip
0e092bdb13 Try build doxygen 2014-07-08 00:29:08 +08:00
Milo Yip
4a49c5eff6 build doxygen 2014-07-08 00:20:10 +08:00
Milo Yip
1f655cb48e Try default doxygen 2014-07-07 23:34:41 +08:00
Milo Yip
bb7f2c8e72 Install latest doxygen 2014-07-07 23:26:40 +08:00
Milo Yip
7384fe979c Change directory 2014-07-07 23:17:09 +08:00
Milo Yip
71901bc84e Try again 2014-07-07 23:08:37 +08:00
Milo Yip
fc8bd7541d Try running doxygen 2014-07-07 22:26:44 +08:00
miloyip
8d612570c8 Revise doxygen style
Imitate readthedocs
2014-07-07 19:15:10 +08:00
Milo Yip
19cdf7b77f Delete customdoxygen.css 2014-07-07 01:12:13 +08:00
Milo Yip
6e4d8db51d Fix readme issue in doxygen, customize css
Imitate GitHub markdown rendering
2014-07-07 01:01:49 +08:00
Milo Yip
d6497d86f8 Update dom.md
Fixes diagrams URL in DOM
2014-07-06 22:51:09 +08:00
Milo Yip
bcd935be87 Merge remote-tracking branch 'origin/master'
Conflicts:
	doc/stream.md
	doc/tutorial.md
2014-07-06 22:48:21 +08:00
Milo Yip
698496e3f3 Minor document adjustments 2014-07-06 22:43:52 +08:00
Milo Yip
4cadecd32d Wrote DOM
But some examples are to be filled in.
2014-07-06 22:43:21 +08:00
Milo Yip
7398f66f61 Merge pull request #49 from pah/doc/doxygen-markdown
Integrate Markdown pages into Doxygen documentation
2014-07-06 22:42:09 +08:00
Philipp A. Hartmann
a213d2d881 Doxygen: fixup main page
To avoid the {#mainpage} tag to be rendered on GitHub, explicitly add a
`\mainpage` section to `rapidjson.h`, referring to `readme.md`.
2014-07-06 16:39:23 +02:00
Philipp A. Hartmann
b197be2f30 stream.md: prepare Markdown for GitHub and Doxygen rendering 2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
ba05cc1377 tutorial.md: prepare Markdown for GitHub and Doxygen rendering 2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
2a57d97f63 features.md: prepare Markdown for GitHub and Doxygen rendering 2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
b30c3c0538 readme.md: prepare Markdown for GitHub and Doxygen rendering 2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
53b27ac8ba GenericReader: improve doxygen documentation 2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
ec8f26e6e5 (Pretty)Writer: improve doxygen documentation 2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
7972f22fcb Doxygen: document some UTF-8 typedefs 2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
6ed0ac174f GenericDocument: improve Doxygen documentation 2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
c63c40fa85 GenericMemberIterator::Type -> GenericMemberIterator::Iterator
Rename nested typedef to avoid confusion with JSON Type enum.
2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
5174fe4f65 rapidjson.h: add some file-level doxygen documentation
Although not yet complete, the rapidjson.h header contains most of
the customisation macro definitions.  These should be documented via
Doxygen as well.  This requires adding file-level documentation.

Some parts are excluded via `@cond` to avoid cluttering the documentation
with internals too much.

Secondly, a brief description is added to the 'rapidjson' namespace to
include the namespace-level elements (enums, typedefs, functions) to
the generated documentation.
2014-07-06 15:35:43 +02:00
Philipp A. Hartmann
252e282dc6 Doxyfile: prepare for Markdown rendering 2014-07-06 15:35:38 +02:00
Philipp A. Hartmann
a73f83183c ignore generated Doxygen documentation 2014-07-05 16:41:23 +02:00
Milo Yip
c12286a072 Merge remote-tracking branch 'origin/document' 2014-07-04 23:59:13 +08:00
Milo Yip
3f3f847036 Add skeleton of documents 2014-07-04 23:57:33 +08:00
Milo Yip
96882f4977 Prohibit copy constructor in StackStream. 2014-07-04 20:19:15 +08:00
Milo Yip
d9c02b5b79 Fixed a few cppcheck warnings.
C-style cast
Add function const to MemoryPoolAllocator::Capacity() and Size()
2014-07-04 19:53:14 +08:00
Milo Yip
e2cd486e6e Fixes -Wswitch-default warnings 2014-07-04 17:25:33 +08:00
Milo Yip
469333af8f Fixes filename cases in source code 2014-07-04 17:03:58 +08:00
Milo Yip
ace56097fd Fixes compilation error. 2014-07-04 16:56:19 +08:00
Milo Yip
cdbe0d5d55 Add stream.md 2014-07-04 16:39:30 +08:00
Milo Yip
0bff4ffd0c Adds unit tests about streams. 2014-07-04 16:39:09 +08:00
Milo Yip
b01093b16c Fixes a compilation error in Reader when using encoded stream.
Added unit test for parsing EncodedStream to Document.
2014-07-04 14:32:44 +08:00