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

Unified Diff: pkg/docgen/lib/src/models/dummy_mirror.dart

Issue 243483005: pkg/docgen: fixed type references within typedef doc comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed indent-json Created 6 years, 8 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 | « pkg/docgen/lib/src/models/annotation.dart ('k') | pkg/docgen/lib/src/models/indexable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/lib/src/models/dummy_mirror.dart
diff --git a/pkg/docgen/lib/src/models/dummy_mirror.dart b/pkg/docgen/lib/src/models/dummy_mirror.dart
index f8a57735f86d3c115130bd1bdd17f6ef3ba6106e..0631a807a7903cb0cf0af8932e32645400d77581 100644
--- a/pkg/docgen/lib/src/models/dummy_mirror.dart
+++ b/pkg/docgen/lib/src/models/dummy_mirror.dart
@@ -20,6 +20,7 @@ class DummyMirror implements Indexable {
/// determine which object we're referring to when looking up this mirror in
/// our map.
final Indexable owner;
+
DummyMirror(this.mirror, [this.owner]);
String get docName {
« no previous file with comments | « pkg/docgen/lib/src/models/annotation.dart ('k') | pkg/docgen/lib/src/models/indexable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698