diff --git a/doc/header.html b/doc/header.html index d56ea59..1a6ad61 100644 --- a/doc/header.html +++ b/doc/header.html @@ -11,7 +11,7 @@ JsonCpp - JSON data format manipulation library diff --git a/doc/jsoncpp.dox b/doc/jsoncpp.dox index 05f23b5..4e05a28 100644 --- a/doc/jsoncpp.dox +++ b/doc/jsoncpp.dox @@ -22,7 +22,7 @@ Here is an example of JSON data: ], // Tab indent size - "indent" : { "length" : 3, "use_space" = true } + "indent" : { "length" : 3, "use_space": true } } \endverbatim @@ -109,7 +109,7 @@ Permanent link to the latest revision of the file in subversion: \section _plinks Project links - json-cpp home -- json-cpp sourceforge project +- json-cpp sourceforge project \section _rlinks Related links - JSON Specification and alternate language implementations.
- + JsonCpp project page