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

Side by Side Diff: Doxyfile

Issue 182253012: update Doxygen config file to include gpu directory in api generation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 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 | no next file » | 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 # To update the Doxygen output checked into the Skia subversion repo (which is
2 # browsable at http://skia-autogen.googlecode.com/svn/docs/html/index.html ), ru n: 2 # browsable at http://skia-autogen.googlecode.com/svn/docs/html/index.html ), ru n:
3 # tools/update-doxygen.sh 3 # tools/update-doxygen.sh
4 4
5 PROJECT_NAME = skia 5 PROJECT_NAME = skia
6 PROJECT_BRIEF = 2D Graphics Library 6 PROJECT_BRIEF = 2D Graphics Library
7 OUTPUT_DIRECTORY = ../docs 7 OUTPUT_DIRECTORY = ../docs
8 HTML_FOOTER = ../docs/static_footer.txt 8 HTML_FOOTER = ../docs/static_footer.txt
9 9
10 EXTRACT_ALL = NO 10 EXTRACT_ALL = NO
11 INHERIT_DOCS = YES 11 INHERIT_DOCS = YES
12 INLINE_INHERITED_MEMB = NO 12 INLINE_INHERITED_MEMB = NO
13 JAVADOC_AUTOBRIEF = YES 13 JAVADOC_AUTOBRIEF = YES
14 TAB_SIZE = 4 14 TAB_SIZE = 4
15 WARN_IF_UNDOCUMENTED = NO 15 WARN_IF_UNDOCUMENTED = NO
16 16
17 # This file only creates documentation for the most important parts of the 17 # This file only creates documentation for the most important parts of the
18 # external-visible API. 18 # external-visible API.
19 INPUT = include/core include/effects 19 INPUT = include/core include/effects include/gpu
20 EXTRACT_PRIVATE = YES 20 EXTRACT_PRIVATE = YES
21 EXTRACT_STATIC = YES 21 EXTRACT_STATIC = YES
22 22
23 HTML_DYNAMIC_SECTIONS = NO 23 HTML_DYNAMIC_SECTIONS = NO
24 GENERATE_TREEVIEW = YES 24 GENERATE_TREEVIEW = YES
25 25
26 GENERATE_LATEX = NO 26 GENERATE_LATEX = NO
27 27
28 # Good class diagrams require graphviz, but also more parameter tuning and 28 # Good class diagrams require graphviz, but also more parameter tuning and
29 # more build time than seems worthwhile. 29 # more build time than seems worthwhile.
(...skipping 11 matching lines...) Expand all
41 EXPAND_AS_DEFINED = SkDEBUGCODE 41 EXPAND_AS_DEFINED = SkDEBUGCODE
42 42
43 # experimental evil only! inflates build time by 10 minutes 43 # experimental evil only! inflates build time by 10 minutes
44 # SEARCH_INCLUDES = YES 44 # SEARCH_INCLUDES = YES
45 # INCLUDE_GRAPH = YES 45 # INCLUDE_GRAPH = YES
46 # INCLUDED_BY_GRAPH = YES 46 # INCLUDED_BY_GRAPH = YES
47 # DIRECTORY_GRAPH = YES 47 # DIRECTORY_GRAPH = YES
48 # INTERACTIVE_SVG = YES 48 # INTERACTIVE_SVG = YES
49 49
50 50
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698