- 07 Jul, 2014 1 commit
-
-
miloyip authored
Imitate readthedocs
-
- 06 Jul, 2014 19 commits
-
-
Milo Yip authored
-
Milo Yip authored
Imitate GitHub markdown rendering
-
Milo Yip authored
Fixes diagrams URL in DOM
-
Milo Yip authored
Conflicts: doc/stream.md doc/tutorial.md
-
Milo Yip authored
-
Milo Yip authored
But some examples are to be filled in.
-
Milo Yip authored
Integrate Markdown pages into Doxygen documentation
-
Philipp A. Hartmann authored
To avoid the {#mainpage} tag to be rendered on GitHub, explicitly add a `\mainpage` section to `rapidjson.h`, referring to `readme.md`.
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
Rename nested typedef to avoid confusion with JSON Type enum.
-
Philipp A. Hartmann authored
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.
-
Philipp A. Hartmann authored
-
- 05 Jul, 2014 1 commit
-
-
Philipp A. Hartmann authored
-
- 04 Jul, 2014 15 commits
-
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
C-style cast Add function const to MemoryPoolAllocator::Capacity() and Size()
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Added unit test for parsing EncodedStream to Document.
-
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Safer implementation of Swap()
-
- 03 Jul, 2014 4 commits
-
-
Milo Yip authored
Also added documentation, unit tests for swapping Document/Value, Document/Document.
-
Milo Yip authored
Miscellaneous cleanups
-
Milo Yip authored
-
Philipp A. Hartmann authored
-