From 5c5628aec2f44476e5fc96e99445fbce3ad10507 Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Fri, 24 Dec 2010 19:58:23 +0000 Subject: [PATCH] Fixed some documentation issues pointed out by Daniel. --- doc/header.html | 2 +- doc/jsoncpp.dox | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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