aboutsummaryrefslogtreecommitdiffhomepage
path: root/Doxyfile
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-15 14:41:00 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-15 14:41:00 +0000
commit76ac7f81d39a99616541ead9c40aa6d208b517af (patch)
treef6361901fe71eb98ee2757637d5cf82fee5e7357 /Doxyfile
parente1f941fe45e9754ca57c5157156afbb83bc31826 (diff)
delete no-longer-used update-doxygen.sh
BUG=skia:2470 NOTRY=True R=borenet@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/290033002 git-svn-id: http://skia.googlecode.com/svn/trunk@14747 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile13
1 files changed, 10 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index c472164ed8..8a8bf160ce 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,9 +1,16 @@
-# To update the Doxygen output checked into the Skia subversion repo (which is
-# browsable at http://skia-autogen.googlecode.com/svn/docs/html/index.html ), run:
-# tools/update-doxygen.sh
+# Configuration used by
+# https://skia.googlesource.com/buildbot/+/master/slave/skia_slave_scripts/generate_doxygen.py
+# to generate our Doxygen docs, which are then uploaded to
+# http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/index.html
+
PROJECT_NAME = skia
PROJECT_BRIEF = 2D Graphics Library
+
+# These lines are overridden by
+# https://skia.googlesource.com/buildbot/+/master/slave/skia_slave_scripts/generate_doxygen.py ,
+# but they are needed in case someone wants to generate the doxygen manually
+# for some reason.
OUTPUT_DIRECTORY = ../docs
HTML_FOOTER = ../docs/static_footer.txt