Skip to content
Christopher Dunn edited this page Jul 6, 2014 · 5 revisions

Doxygen

We store the static HTML in a different repo, jsonp-cpp instead of jsoncpp in order to reduce the total size of the jsoncpp project. Here how to generate Doxygen documention.

  1. Clone jsoncpp.
  2. Clone json-cpp.
  3. Build docs in jsoncpp.
  4. Copy docs to json-cpp.
  5. Push json-cpp to gh-pages branch.
git clone
git clone
cd jsoncpp; python doxybuild.py --doxygen=$(which oxygen)
cd ../json-cpp
rsync -av ../jsoncpp/dist/doxygen/jsoncpp*/ doxygen/
git commit -a doxygen/
git push

Source-code

The main project page is at:

Clone this wiki locally