Documentation for jsoncpp
- http://open-source-parsers.github.io/jsoncpp-docs/
- hosted by GitHub Pages
Here is how to generate Doxygen documention.
- Clone
jsoncpp
. - Clone
jsoncpp-docs
. - Build docs in
jsoncpp
. - Copy docs to
jsoncpp-docs
. - Push
json-cpp
togh-pages
branch.
git clone https://github.com/open-source-parsers/jsoncpp.git
git clone https://github.com/open-source-parsers/jsoncpp-docs.git
cd jsoncpp; python doxybuild.py --doxygen=$(which doxygen)
cd ../jsoncpp-docs
rsync -av ../jsoncpp/dist/doxygen/jsoncpp*/ doxygen/
git add doxygen/
git commit -m latest
git push
We store the static HTML in a different repo, jsonp-docs
instead of jsoncpp
, in order to reduce the total size of the jsoncpp project. The main project page is at: