Home | History | Annotate | Download | only in tools

Lines Matching refs:doxygen

3 # Runs doxygen and stores its results in the skia-autogen repo, so that they
7 # check out the code, generate documentation, and store the doxygen log
8 # (by default, /tmp/skia-doxygen). The DOXYGEN_COMMIT env variable determines
12 # export DOXYGEN_TEMPDIR=/tmp/doxygen
14 # bash update-doxygen.sh
28 DOXYGEN_TEMPDIR=${DOXYGEN_TEMPDIR:-/tmp/skia-doxygen}
56 # Run Doxygen.
58 doxygen Doxyfile
61 echo "Error while executing Doxygen command"
87 <a href="http://www.doxygen.org/index.html">doxygen</a>
88 $(doxygen --version) </small></address>
105 svn commit --message 'commit doxygen-generated documentation'