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

Unified Diff: pkg/docgen/lib/src/models/indexable.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 unused import 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
Index: pkg/docgen/lib/src/models/indexable.dart
diff --git a/pkg/docgen/lib/src/models/indexable.dart b/pkg/docgen/lib/src/models/indexable.dart
index c399f486ca46409a8fc3964dc83233722536e5b6..4796e7c14732933335447039f29f8bbf528eb2b3 100644
--- a/pkg/docgen/lib/src/models/indexable.dart
+++ b/pkg/docgen/lib/src/models/indexable.dart
@@ -123,8 +123,7 @@ abstract class Indexable<TMirror extends DeclarationMirror>
/// Generates MDN comments from database.json.
String getMdnComment();
- /// The type of this member to be used in index.txt.
Emily Fortuna 2014/04/21 16:34:23 why delete a comment?
kevmoo 2014/04/21 17:52:15 Good point. Fixed.
- String get typeName => '';
+ String get typeName;
/// Creates a [Map] with this [Indexable]'s name and a preview comment.
Map get previewMap {

Powered by Google App Engine
This is Rietveld 408576698