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

Unified Diff: pkg/docgen/lib/docgen.dart

Issue 61873007: - Reverting mirror changes. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 | pkg/polymer/lib/src/declaration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/lib/docgen.dart
===================================================================
--- pkg/docgen/lib/docgen.dart (revision 30027)
+++ pkg/docgen/lib/docgen.dart (working copy)
@@ -368,9 +368,9 @@
Library generateLibrary(dart2js.Dart2JsLibraryMirror library) {
_currentLibrary = library;
var result = new Library(docName(library), _commentToHtml(library),
- _variables(library.variables),
- _methods(library.functions),
- _classes(library.classes), _isHidden(library));
+ _variables(library.variables),
+ _methods(library.functions),
+ _classes(library.classes), _isHidden(library));
_findPackage(result, library);
logger.fine('Generated library for ${result.name}');
return result;
« no previous file with comments | « no previous file | pkg/polymer/lib/src/declaration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698