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

(work in progress)

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. Run this:
python doxybuild.py --doxygen=`which oxygen`
  1. Clone json-cpp.
  2. Swtich to gh-pages branches.
  3. Copy from jsoncpp/dist/doxygen/jsoncpp... to json-cpp/doxygen.
  4. Commit and push to json-cpp Swtich to gh-pages branch.
Clone this wiki locally