# jsoncpp-docs **Repository Path**: AbstractFactory/jsoncpp-docs ## Basic Information - **Project Name**: jsoncpp-docs - **Description**: Doxygen-generated API docs for jsoncpp - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Documentation for [jsoncpp](https://github.com/cdunn2001/jsoncpp) ------------- * http://open-source-parsers.github.io/jsoncpp-docs/ * hosted by GitHub Pages ## Build and deploy Here is how to generate Doxygen documention. 1. Clone `jsoncpp`. 1. Clone `jsoncpp-docs`. 1. Build docs in `jsoncpp`. 1. Copy docs to `jsoncpp-docs`. 1. Push `json-cpp` to `gh-pages` branch. ```bash 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: * https://github.com/open-source-parsers/jsoncpp