skia2/tools/doxygen
Joe Gregorio ca9e2a4288 api.skia.org - Don't document private.
Bug: skia:
Change-Id: I4522267f6b553b999a3df47994e2bef1fb54d118
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/199723
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
2019-03-11 15:52:21 +00:00
..
mainpage
customdoxygen.css
Doxyfile
footer.html
logo.png
ProdDoxyfile
README.md

Doxygen

To generate all the documentation run the following from this directory:

doxygen Doxyfile

The resulting output goes to

/tmp/doxygen

To view those file locally in your browser run:

cd /tmp/doxygen/html; python -m SimpleHTTPServer 8000

and visit

http://localhost:8000

If you want to have the documentation regenerated on every save then you can install entr and run the following from this directory:

find  ../../include/ ../../src/ . | entr doxygen ./Doxyfile

Install

For a linux desktop you can install the doxygen tool via:

sudo apt install doxygen