Skip to content

open-source-parsers/jsoncpp-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

Doxygen-generated API docs for jsoncpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published