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

Unified Diff: utils/apidoc/apidoc.dart

Issue 11706002: Fix new path of html lib docs in apidoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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: utils/apidoc/apidoc.dart
diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart
index a73a1de8aef2eccb5261b0468451482c88eb5646..019812ac988fc5bea4803d745b18cb4860a7be1d 100644
--- a/utils/apidoc/apidoc.dart
+++ b/utils/apidoc/apidoc.dart
@@ -99,7 +99,7 @@ void main() {
final htmldoc = new Htmldoc();
htmldoc.includeApi = true;
htmldoc.documentLibraries(
- <Path>[doc.scriptDir.append('../../sdk/lib/html/doc/html.dartdoc')],
+ <Path>[doc.scriptDir.append('../../tools/dom/doc/html.dartdoc')],
libPath, pkgPath);
// Process libraries.
« 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