Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Side by Side Diff: Doxyfile

Issue 290033002: delete no-longer-used update-doxygen.sh (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/update-doxygen.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # To update the Doxygen output checked into the Skia subversion repo (which is 1 # Configuration used by
2 # browsable at http://skia-autogen.googlecode.com/svn/docs/html/index.html ), ru n: 2 # https://skia.googlesource.com/buildbot/+/master/slave/skia_slave_scripts/gener ate_doxygen.py
3 # tools/update-doxygen.sh 3 # to generate our Doxygen docs, which are then uploaded to
4 # http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/ index.html
5
4 6
5 PROJECT_NAME = skia 7 PROJECT_NAME = skia
6 PROJECT_BRIEF = 2D Graphics Library 8 PROJECT_BRIEF = 2D Graphics Library
9
10 # These lines are overridden by
11 # https://skia.googlesource.com/buildbot/+/master/slave/skia_slave_scripts/gener ate_doxygen.py ,
12 # but they are needed in case someone wants to generate the doxygen manually
13 # for some reason.
7 OUTPUT_DIRECTORY = ../docs 14 OUTPUT_DIRECTORY = ../docs
8 HTML_FOOTER = ../docs/static_footer.txt 15 HTML_FOOTER = ../docs/static_footer.txt
9 16
10 EXTRACT_ALL = NO 17 EXTRACT_ALL = NO
11 INHERIT_DOCS = YES 18 INHERIT_DOCS = YES
12 INLINE_INHERITED_MEMB = NO 19 INLINE_INHERITED_MEMB = NO
13 JAVADOC_AUTOBRIEF = YES 20 JAVADOC_AUTOBRIEF = YES
14 TAB_SIZE = 4 21 TAB_SIZE = 4
15 WARN_IF_UNDOCUMENTED = NO 22 WARN_IF_UNDOCUMENTED = NO
16 23
(...skipping 24 matching lines...) Expand all
41 EXPAND_AS_DEFINED = SkDEBUGCODE 48 EXPAND_AS_DEFINED = SkDEBUGCODE
42 49
43 # experimental evil only! inflates build time by 10 minutes 50 # experimental evil only! inflates build time by 10 minutes
44 # SEARCH_INCLUDES = YES 51 # SEARCH_INCLUDES = YES
45 # INCLUDE_GRAPH = YES 52 # INCLUDE_GRAPH = YES
46 # INCLUDED_BY_GRAPH = YES 53 # INCLUDED_BY_GRAPH = YES
47 # DIRECTORY_GRAPH = YES 54 # DIRECTORY_GRAPH = YES
48 # INTERACTIVE_SVG = YES 55 # INTERACTIVE_SVG = YES
49 56
50 57
OLDNEW
« no previous file with comments | « no previous file | tools/update-doxygen.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698