aboutsummaryrefslogtreecommitdiffhomepage
path: root/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile27
1 files changed, 4 insertions, 23 deletions
diff --git a/Doxyfile b/Doxyfile
index 69c9ddb439..6735c1919f 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,30 +1,11 @@
-# How to run doxygen and store its results in the Skia repo, so that they can be
-# browsed at http://skia.googlecode.com/svn/docs/html/index.html :
-#
-# cd
-# TEMPDIR=/tmp/skia-doxygen
-# rm -rf $TEMPDIR
-# mkdir -p $TEMPDIR
-# cd $TEMPDIR
-# svn checkout https://skia.googlecode.com/svn/trunk
-# svn checkout https://skia.googlecode.com/svn/docs
-# cd trunk
-# doxygen Doxyfile
-# cd ../docs
-# NEWFILES=$(svn status | grep ^\? | awk '{print $2}')
-# svn add $NEWFILES
-# find . -name *.html -exec svn propset svn:mime-type text/html '{}' \;
-# find . -name *.css -exec svn propset svn:mime-type text/css '{}' \;
-# find . -name *.js -exec svn propset svn:mime-type text/javascript '{}' \;
-# find . -name *.gif -exec svn propset svn:mime-type image/gif '{}' \;
-# find . -name *.png -exec svn propset svn:mime-type image/png '{}' \;
-# svn commit --message 'commit doxygen-generated documentation'
-# cd
-# rm -rf $TEMPDIR
+# To update the Doxygen output checked into the Skia subversion repo (which is
+# browsable at http://skia.googlecode.com/svn/docs/html/index.html ), run:
+# tools/update-doxygen.sh
PROJECT_NAME = skia
PROJECT_BRIEF = 2D Graphics Library
OUTPUT_DIRECTORY = ../docs
+HTML_FOOTER = ../docs/static_footer.txt
EXTRACT_ALL = NO
INHERIT_DOCS = YES