Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorthebusytypist <ounanding@gmail.com>2014-07-19 09:14:26 +0400
committerthebusytypist <ounanding@gmail.com>2014-07-19 09:14:26 +0400
commitdbc36537540b1f129cba08798ef257280445e5d0 (patch)
tree233e0308835862724a00ac37dd1a9b1085fde77e /doc
parent5b549f1dce72308ac3e00525ce1897d9b99df6f1 (diff)
Change image size.
Diffstat (limited to 'doc')
-rw-r--r--doc/internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals.md b/doc/internals.md
index fd68b1f2..2167a357 100644
--- a/doc/internals.md
+++ b/doc/internals.md
@@ -121,7 +121,7 @@ This also makes the estimation of stack size more easier.
The final states diagram is shown below:
-![States Diagram](diagram/iterative-parser-states-diagram.png)
+![States Diagram](diagram/iterative-parser-states-diagram.png =400px)
Second, the iterative parser also keeps track of array's value count and object's member count
in its internal stack, which may be different from a conventional implementation.