2014-05-15 14:41:00 +00:00
|
|
|
# Configuration used by
|
2014-10-14 11:44:44 +00:00
|
|
|
# https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
|
2014-05-15 14:41:00 +00:00
|
|
|
# to generate our Doxygen docs, which are then uploaded to
|
|
|
|
# http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/index.html
|
|
|
|
|
2011-12-02 17:13:36 +00:00
|
|
|
|
2011-12-01 20:41:24 +00:00
|
|
|
PROJECT_NAME = skia
|
|
|
|
PROJECT_BRIEF = 2D Graphics Library
|
2014-05-15 14:41:00 +00:00
|
|
|
|
|
|
|
# These lines are overridden by
|
2014-10-14 11:44:44 +00:00
|
|
|
# https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
|
2014-05-15 14:41:00 +00:00
|
|
|
# but they are needed in case someone wants to generate the doxygen manually
|
|
|
|
# for some reason.
|
2011-12-02 17:13:36 +00:00
|
|
|
OUTPUT_DIRECTORY = ../docs
|
2011-12-06 14:52:38 +00:00
|
|
|
HTML_FOOTER = ../docs/static_footer.txt
|
2011-12-01 20:41:24 +00:00
|
|
|
|
|
|
|
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.
|
2014-03-07 16:20:36 +00:00
|
|
|
INPUT = include/core include/effects include/gpu
|
2011-12-01 20:41:24 +00:00
|
|
|
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
|
2015-03-26 01:17:31 +00:00
|
|
|
# GRAPHICAL_HIERARCHY = YES
|
2011-12-01 20:41:24 +00:00
|
|
|
|
2015-03-26 01:17:31 +00:00
|
|
|
# Make SkDEBUGCODE disappear.
|
2011-12-01 20:41:24 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
|