-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Christopher Dunn edited this page Jul 6, 2014
·
5 revisions
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.
- Clone
jsoncpp
. - Clone
json-cpp
. - Build docs in
jsoncpp
. - Copy docs to
json-cpp
. - Push
json-cpp
togh-pages
branch.
git clone
git clone
cd jsoncpp; python doxybuild.py --doxygen=$(which oxygen)
cd ../json-cpp
rsync -av ../jsoncpp/dist/doxygen/jsoncpp*/ doxygen/
git commit -a doxygen/
git push
The main project page is at: