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
302d1b735f
Re-generate images in OSX
2015-05-14 16:56:52 +08:00
miloyip
a31eb8962e
Add missing \" in simpledom diagram
2015-04-08 14:31:08 +08:00
miloyip
fb60787990
Update internals
2015-04-02 15:01:06 +08:00
Philipp A. Hartmann
288db9c790
drop unneeded doc/diagram/.gitignore
2014-10-28 15:11:28 +01:00
Milo Yip
bb748364fe
Re-layout iterative parser state diagram.
2014-08-10 22:54:14 +08:00
thebusytypist
5b549f1dce
Elaborate the construction of state machine; add states diagram.
2014-07-19 13:12:13 +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
3e4e68b099
Rearrange diagrams and fix typos in tutorial
2014-07-04 10:35:29 +08:00
miloyip
f3fa423de0
Updates "Create/Modify Values" section
2014-07-03 19:20:33 +08:00
miloyip
f3ac1de589
Added creatie/modify value section to tutorial
2014-07-02 19:13:14 +08:00
Milo Yip
bc2daea2f6
Add other query sections in tutorial
2014-07-02 00:20:36 +08:00
Milo Yip
cd144c3cfd
Added a simple example and a diagram showing the process.
2014-06-28 19:44:11 +08:00