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

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 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/dummy_mirror.dart ('k') | pkg/docgen/lib/src/models/method.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..da93220245c96646c232855481aacc8ad4259696 100644
--- a/pkg/docgen/lib/src/models/indexable.dart
+++ b/pkg/docgen/lib/src/models/indexable.dart
@@ -124,7 +124,7 @@ abstract class Indexable<TMirror extends DeclarationMirror>
String getMdnComment();
/// The type of this member to be used in index.txt.
- String get typeName => '';
+ String get typeName;
/// Creates a [Map] with this [Indexable]'s name and a preview comment.
Map get previewMap {
« no previous file with comments | « pkg/docgen/lib/src/models/dummy_mirror.dart ('k') | pkg/docgen/lib/src/models/method.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698