luz.paz
915218878a
Misc. typos
...
Found via `codespell -q 3` in downstream https://github.com/BlueBrain/Brayns
2018-02-19 06:42:52 -05:00
Milo Yip
b1e556d713
Merge branch 'master' into violationDetails
2018-01-13 22:34:58 +08:00
Haffon
7dfeee862d
GetParseOffset to GetErrorOffset
2017-12-28 16:32:26 +08:00
Haffon
53eadd218d
GetParseOffset to GetErrorOffset
2017-12-28 16:31:26 +08:00
Martin Lindhe
8684c9960d
fix some typos
2017-11-04 10:32:02 +01:00
Milo Yip
3c07cecdb8
Add anchors to Schema.md
2017-10-20 11:16:44 +08:00
Milo Yip
db305dcf21
Fix schema.md TOC
2017-10-20 10:33:37 +08:00
Yuri Khan
8353e868d5
Move schema violation docs into Schema chapter
2017-09-30 19:44:54 +07:00
Yuri Khan
384df14e6d
Document schema violation format
2017-09-24 12:56:55 +07:00
Milo Yip
4a2f2729f1
Change from miloyip/rapidjson to Tencent/rapidjson
2017-09-13 17:03:23 +08:00
Christopher Warrington
bbdf5d1d4b
Fix Windows doc build MSBuild error MSB6001
...
When using a MSBuild-based CMake generator like 'Visual Studio 15 2017
Win64', the doc build was failing with the error 'MSB6001: Invalid
command line switch for "cmd.exe". Illegal characters in path.'
This was due to the dependency on Doxyfile*, which wasn't expanded by
CMake.
The fix is to expand this glob in CMake before specifying the custom
command's dependencies.
Partial fix for https://github.com/miloyip/rapidjson/issues/622
2017-09-05 16:58:09 -07:00
Leo Mehr
3aafe12c91
undo changes to links and some minor changes to make the readme more easily readable
2017-06-30 12:42:06 -04:00
Leo Mehr
0d62f5cd35
Tutorial: fix typos in examples and broken links
...
In the move example, the code uses `contacts` when the diagrams use
`contact` (no 's')
The code in the example:
``` Value contacts(kArrayType);
// adding elements to contacts array.
// ...
o.AddMember("contacts", contacts, d.GetAllocator()); // deep clone contacts (may be with lots of allocations)
// destruct contacts.
```
2017-06-29 20:27:23 -04:00
Milo Yip
0033268c11
Update tutorial.zh-cn.md
...
typo
2017-05-12 17:30:33 +08:00
Alejandro Martinez
2291258bb8
Added ARM-Neon support for SIMD.SkipWhitespace*
...
Change-Id: Iaf210d029758723a7eeb7f28fc10cab7467889a9
Signed-off-by: Jun He <jun.he@arm.com>
2017-04-21 07:33:17 +00:00
Milo Yip
430e8d4c9b
Update schema.zh-cn.md
2017-03-20 11:20:04 +08:00
shadeware
a38104a165
fix typos in doc code
2017-03-19 03:03:36 +03:00
StilesCrisis
0f3bf99d58
Tiny fix
...
Make example code var names match API above for consistency
2017-02-28 00:08:30 -08:00
StilesCrisis
5c2bb18772
Add IterativeParse docs
2017-02-28 00:06:02 -08:00
Milo Yip
835f2f4a79
Update Doxyfile.zh-cn.in
...
Change internals from English to Chinese
2016-12-31 14:51:07 +08:00
SuperSodaSea
dba9816009
Translate doc/internals.md Part 2
2016-12-31 11:23:05 +08:00
SuperSodaSea
af4ec9b7e9
Translate doc/internals.md Part 1
2016-12-30 23:12:41 +08:00
Milo Yip
0024592c23
Update sax.zh-cn.md
2016-11-21 09:50:59 +08:00
Milo Yip
bff326fb24
Update sax.md
2016-11-21 09:37:02 +08:00
SuperSodaSea
a077baa9c3
修复拼写错误
2016-11-05 11:55:12 +08:00
Milo Yip
8eaa122c27
Update dom.zh-cn.md
2016-10-06 13:32:16 +08:00
Milo Yip
11df748a3b
Revert "Another try for fixing schema.md"
...
This reverts commit c490d880a3e18d315af0afbe5e8b54c7179d6df0.
2016-10-05 10:21:45 +08:00
Milo Yip
c490d880a3
Another try for fixing schema.md
2016-10-05 09:41:56 +08:00
Milo Yip
a3300bf4b1
Fix schema.zh-cn.md
2016-10-05 09:21:06 +08:00
Yu Chen Hou
48f8364f65
FIx typo in documentation
...
The use of the vertical bar seems to break the rendering of the table in the documentation here:
http://rapidjson.org/md_doc_schema.html
Seems like we can fix it by using html encoding for the vertical bars as described in this post:
http://stackoverflow.com/questions/17319940/how-to-escape-a-pipe-char-in-a-code-statement-in-a-markdown-table/17320389#17320389
2016-10-04 14:07:50 -07:00
BennyYip
6a15e40b6e
fix #749
2016-09-25 21:16:26 +08:00
myd7349
6023ed3a0c
Fix typo in doc
2016-09-02 17:35:40 +08:00
Milo Yip
17254e090e
Version 1.1.0
...
Change version numbers
Fixed some document linkage
Fix #648
2016-08-25 14:35:17 +08:00
Milo Yip
fedae8552a
Remove google analytics
2016-08-01 09:21:31 +08:00
Milo Yip
319248eb52
Remove disqus in documentation
2016-07-29 14:49:08 +08:00
Milo Yip
c79958a29b
Fix #670 remote schema provider document
2016-06-29 09:48:38 +08:00
Milo Yip
cf7324b466
Merge pull request #660 from andytimes/for-milo
...
document typo fix and .gitignore update
2016-06-27 09:35:42 +08:00
Andy Deng
2246ef3e6b
doc/tutorial-zh-cn: Fix a typo in tutorial
2016-06-15 11:53:23 +08:00
Milo Yip
1c087b77cb
Fix #650 SAX documentation bug
2016-06-15 09:46:30 +08:00
Milo Yip
b34f18525e
Fix tutorial bug
2016-06-15 09:41:56 +08:00
Milo Yip
6f5e83db04
Merge pull request #639 from milkandsour/master
...
npm docs
2016-06-10 11:31:00 +08:00
Michael Thon
135da7ab34
Allow options for writing and parsing NaN/Infinity
...
This adds kWriteNanAndInfFlag to Writer to allow writing of nan,
inf and -inf doubles as "NaN", "Infinity" and "-Infinity",
respectively, and kParseNanAndInfFlag to Reader to allow parsing
of "NaN", "Inf", "Infinity", "-Inf" and "-Infinity". This is part
of issue #36 , adding optional support for relaxed JSON syntax.
2016-05-20 23:54:55 +02:00
Andrea Colaci
7708961484
npm docs
2016-05-17 13:33:26 +01:00
liujiayang
e154f8e959
add space for template
2016-05-11 11:01:47 +08:00
liujiayang
7b32bbaae7
fix document problem
2016-05-11 10:59:56 +08:00
Milo Yip
c02d52ad56
Fix documentation mistake in #620
2016-04-29 17:45:09 +08:00
Milo Yip
cb927a24ca
Adding spaces in Chinese doc
2016-04-19 15:48:02 +08:00
Milo Yip
f4ea0d3f64
Added documentation for kParseNumbersAsStringsFlag
2016-04-15 10:43:14 +08:00
Milo Yip
006533cdea
Added documentation about kParseTrailingCommasFlag
2016-04-15 10:18:16 +08:00
Milo Yip
d35c783ec6
Fix schema documentation
2016-04-15 09:06:50 +08:00