We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a787ec commit 43e25c3Copy full SHA for 43e25c3
2 files changed
SConstruct
@@ -73,7 +73,7 @@ import os
73
import os.path
74
import sys
75
76
-JSONCPP_VERSION = '0.1'
+JSONCPP_VERSION = '0.2'
77
DIST_DIR = '#dist'
78
79
options = Variables()
doc/jsoncpp.dox
@@ -22,7 +22,7 @@ Here is an example of JSON data:
22
],
23
24
// Tab indent size
25
- indent : { length : 3, use_space = true }
+ "indent" : { "length" : 3, "use_space" = true }
26
}
27
\endverbatim
28
0 commit comments