Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 939 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 939 Bytes

Documentation for jsoncpp

Build and deploy

Here is how to generate Doxygen documention.

  1. Clone jsoncpp.
  2. Clone jsoncpp-docs.
  3. Build docs in jsoncpp.
  4. Copy docs to jsoncpp-docs.
  5. Push json-cpp to gh-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

jsoncpp v. jsoncpp-docs

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: