mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-05 18:41:10 +02:00
Fixed some documentation issues pointed out by Daniel.
This commit is contained in:
parent
b96aed0f3e
commit
5c5628aec2
@ -11,7 +11,7 @@ JsonCpp - JSON data format manipulation library
|
|||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="40%" align="left" valign="center">
|
<td width="40%" align="left" valign="center">
|
||||||
<a href="http://sourceforge.net/projects/jsoncpp">
|
<a href="http://sourceforge.net/projects/jsoncpp/">
|
||||||
JsonCpp project page
|
JsonCpp project page
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -22,7 +22,7 @@ Here is an example of JSON data:
|
|||||||
],
|
],
|
||||||
|
|
||||||
// Tab indent size
|
// Tab indent size
|
||||||
"indent" : { "length" : 3, "use_space" = true }
|
"indent" : { "length" : 3, "use_space": true }
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ Permanent link to the latest revision of the file in subversion:
|
|||||||
|
|
||||||
\section _plinks Project links
|
\section _plinks Project links
|
||||||
- <a HREF="http://jsoncpp.sourceforge.net">json-cpp home</a>
|
- <a HREF="http://jsoncpp.sourceforge.net">json-cpp home</a>
|
||||||
- <a HREF="http://www.sourceforge.net/projects/jsoncpp">json-cpp sourceforge project</a>
|
- <a HREF="http://www.sourceforge.net/projects/jsoncpp/">json-cpp sourceforge project</a>
|
||||||
|
|
||||||
\section _rlinks Related links
|
\section _rlinks Related links
|
||||||
- <a HREF="http://www.json.org/">JSON</a> Specification and alternate language implementations.
|
- <a HREF="http://www.json.org/">JSON</a> Specification and alternate language implementations.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user