Fixed some documentation issues pointed out by Daniel.
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 @@
],
// Tab indent size
- "indent" : { "length" : 3, "use_space" = true }
+ "indent" : { "length" : 3, "use_space": true }
}
\endverbatim
@@ -109,7 +109,7 @@
\section _plinks Project links
- <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
- <a HREF="http://www.json.org/">JSON</a> Specification and alternate language implementations.