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 ), run:
3 # tools/update-doxygen.sh
6 PROJECT_BRIEF = 2D Graphics Library
7 OUTPUT_DIRECTORY = ../docs
8 HTML_FOOTER = ../docs/static_footer.txt
12 INLINE_INHERITED_MEMB = NO
13 JAVADOC_AUTOBRIEF = YES
15 WARN_IF_UNDOCUMENTED = NO
17 # This file only creates documentation for the most important parts of the
18 # external-visible API.
19 INPUT = include/core include/effects
23 HTML_DYNAMIC_SECTIONS = NO
24 GENERATE_TREEVIEW = YES
28 # Good class diagrams require graphviz, but also more parameter tuning and
29 # more build time than seems worthwhile.
33 # COLLABORATION_GRAPH = YES
35 # GRAPHICAL_HIERARCHY = YES
37 # Make SkDEBUGCODE disappear, but not SK_OVERRIDE.
38 ENABLE_PREPROCESSING = YES
40 EXPAND_ONLY_PREDEF = YES
41 EXPAND_AS_DEFINED = SkDEBUGCODE
43 # experimental evil only! inflates build time by 10 minutes
44 # SEARCH_INCLUDES = YES
46 # INCLUDED_BY_GRAPH = YES
47 # DIRECTORY_GRAPH = YES
48 # INTERACTIVE_SVG = YES