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

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

Issue 243633005: pkg/docgen: fixed some references within typedef doc comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: cl nit 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 | « no previous file | pkg/docgen/test/typedef_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/lib/src/models/typedef.dart
diff --git a/pkg/docgen/lib/src/models/typedef.dart b/pkg/docgen/lib/src/models/typedef.dart
index 4f3a8e92f3c93453a44aedca4e749eb2597f8de9..6d2890f2f7b106bf03f19b3642b6e217b581225b 100644
--- a/pkg/docgen/lib/src/models/typedef.dart
+++ b/pkg/docgen/lib/src/models/typedef.dart
@@ -61,7 +61,7 @@ class Typedef extends OwnedIndexable {
return map;
}
- markdown.Node fixReference(String name) => null;
+ markdown.Node fixReference(String name) => owner.fixReference(name);
String get typeName => 'typedef';
« no previous file with comments | « no previous file | pkg/docgen/test/typedef_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698