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

Unified Diff: utils/apidoc/apidoc.gyp

Issue 11260045: Add logic to exclude certain libraries from API doc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc.gyp
diff --git a/utils/apidoc/apidoc.gyp b/utils/apidoc/apidoc.gyp
index 0400dea1fa3b42ccc2e947e858afe2976ae2e004..7710b91b2f4d30377b50aaa05f22f631fc275a2b 100644
--- a/utils/apidoc/apidoc.gyp
+++ b/utils/apidoc/apidoc.gyp
@@ -43,6 +43,8 @@
'apidoc.dart',
'--out=<(PRODUCT_DIR)/api_docs',
'--mode=static',
+ '--exclude-lib=webdriver',
+ '--exclude-lib=dartdoc',
],
'message': 'Running apidoc: <(_action)',
},
« no previous file with comments | « utils/apidoc/apidoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698