Skip to content
Christopher Dunn edited this page Jul 5, 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: cd jsoncpp; python doxybuild.py --doxygen=$(which oxygen)
  3. Clone json-cpp.
  4. Swtich to gh-pages branch.
  5. Copy from jsoncpp/dist/doxygen/jsoncpp... to json-cpp/doxygen.
  6. Commit and push to json-cpp
Clone this wiki locally