6e5d63a4a2
Review URL: https://codereview.appspot.com/6346049 git-svn-id: http://skia.googlecode.com/svn/trunk@4439 2bbb7eff-a529-9590-31e7-b0007b416f81
51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
# 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
|
|
|
|
PROJECT_NAME = skia
|
|
PROJECT_BRIEF = 2D Graphics Library
|
|
OUTPUT_DIRECTORY = ../docs
|
|
HTML_FOOTER = ../docs/static_footer.txt
|
|
|
|
EXTRACT_ALL = NO
|
|
INHERIT_DOCS = YES
|
|
INLINE_INHERITED_MEMB = NO
|
|
JAVADOC_AUTOBRIEF = YES
|
|
TAB_SIZE = 4
|
|
WARN_IF_UNDOCUMENTED = NO
|
|
|
|
# This file only creates documentation for the most important parts of the
|
|
# external-visible API.
|
|
INPUT = include/core include/effects
|
|
EXTRACT_PRIVATE = YES
|
|
EXTRACT_STATIC = YES
|
|
|
|
HTML_DYNAMIC_SECTIONS = NO
|
|
GENERATE_TREEVIEW = YES
|
|
|
|
GENERATE_LATEX = NO
|
|
|
|
# Good class diagrams require graphviz, but also more parameter tuning and
|
|
# more build time than seems worthwhile.
|
|
CLASS_DIAGRAMS = YES
|
|
# HAVE_DOT = YES
|
|
# CLASS_GRAPH = YES
|
|
# COLLABORATION_GRAPH = YES
|
|
# UML_LOOK = YES
|
|
# GRAPHICAL_HIERARCHY = YES
|
|
|
|
# Make SkDEBUGCODE disappear, but not SK_OVERRIDE.
|
|
ENABLE_PREPROCESSING = YES
|
|
MACRO_EXPANSION = YES
|
|
EXPAND_ONLY_PREDEF = YES
|
|
EXPAND_AS_DEFINED = SkDEBUGCODE
|
|
|
|
# experimental evil only! inflates build time by 10 minutes
|
|
# SEARCH_INCLUDES = YES
|
|
# INCLUDE_GRAPH = YES
|
|
# INCLUDED_BY_GRAPH = YES
|
|
# DIRECTORY_GRAPH = YES
|
|
# INTERACTIVE_SVG = YES
|
|
|
|
|