Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: Doxyfile

Issue 182253012: update Doxygen config file to include gpu directory in api generation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Doxyfile
diff --git a/Doxyfile b/Doxyfile
index eafa01aa8edec68fe384f0a7057e425d8bd7a726..c472164ed8dcbbc5982747866723dd8c0192ad5d 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -16,7 +16,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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698