1 # Configuration used by
2 # https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
3 # to generate our Doxygen docs, which are then uploaded to
4 # http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/index.html
8 PROJECT_BRIEF = 2D Graphics Library
10 PROJECT_LOGO = https://skia.org/res/img/logo.png
12 # These lines are overridden by
13 # https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
14 # but they are needed in case someone wants to generate the doxygen manually
16 OUTPUT_DIRECTORY = ../docs
17 HTML_FOOTER = ../docs/static_footer.txt
21 INLINE_INHERITED_MEMB = NO
22 JAVADOC_AUTOBRIEF = YES
24 WARN_IF_UNDOCUMENTED = NO
26 # This file only creates documentation for the most important parts of the
27 # external-visible API.
28 INPUT = include/core include/effects include/gpu
32 HTML_DYNAMIC_SECTIONS = NO
33 GENERATE_TREEVIEW = YES
37 # Good class diagrams require graphviz, but also more parameter tuning and
38 # more build time than seems worthwhile.
42 # COLLABORATION_GRAPH = YES
44 # GRAPHICAL_HIERARCHY = YES
46 # Make SkDEBUGCODE disappear.
47 ENABLE_PREPROCESSING = YES
49 EXPAND_ONLY_PREDEF = YES
50 EXPAND_AS_DEFINED = SkDEBUGCODE
52 # experimental evil only! inflates build time by 10 minutes
53 # SEARCH_INCLUDES = YES
55 # INCLUDED_BY_GRAPH = YES
56 # DIRECTORY_GRAPH = YES
57 # INTERACTIVE_SVG = YES