Add serialization support for drawShadowRec
[platform/upstream/libSkiaSharp.git] / Doxyfile
index a1c7e4f..70f1980 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,6 +1,20 @@
-PROJECT_NAME = skia
+# Configuration used by
+# https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
+# to generate our Doxygen docs, which are then uploaded to
+# http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/index.html
+
+
+PROJECT_NAME = Skia
 PROJECT_BRIEF = 2D Graphics Library
-OUTPUT_DIRECTORY = doc
+
+PROJECT_LOGO = https://skia.org/res/img/logo.png
+
+# These lines are overridden by
+# https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
+# but they are needed in case someone wants to generate the doxygen manually
+# for some reason.
+OUTPUT_DIRECTORY = ../docs
+HTML_FOOTER = ../docs/static_footer.txt
 
 EXTRACT_ALL = NO
 INHERIT_DOCS = YES
@@ -11,7 +25,7 @@ WARN_IF_UNDOCUMENTED = NO
 
 # This file only creates documentation for the most important parts of the
 # external-visible API.
-INPUT = include/core include/effects
+INPUT = include/core include/effects include/gpu
 EXTRACT_PRIVATE = YES
 EXTRACT_STATIC = YES
 
@@ -27,9 +41,9 @@ CLASS_DIAGRAMS = YES
 # CLASS_GRAPH = YES
 # COLLABORATION_GRAPH = YES
 # UML_LOOK = YES
-# GRAPHICAL_HIERARCHY = YES 
+# GRAPHICAL_HIERARCHY = YES
 
-# Make SkDEBUGCODE disappear, but not SK_OVERRIDE.
+# Make SkDEBUGCODE disappear.
 ENABLE_PREPROCESSING = YES
 MACRO_EXPANSION = YES
 EXPAND_ONLY_PREDEF = YES