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

Unified Diff: utils/tests/dartdoc/src/dummy.dart

Issue 9146016: Add the ability to link to members and constructors of other classes in Dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Get tests running again. Created 8 years, 11 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 | « utils/tests/dartdoc/src/dartdoc_tests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/dartdoc/src/dummy.dart
diff --git a/utils/tests/dartdoc/src/dummy.dart b/utils/tests/dartdoc/src/dummy.dart
index 8bd6b48d6e25dc0d5958b0ae6d68607cc6686882..cded0e15ae55e49b576aabc46bed0f9fc39b2dab 100644
--- a/utils/tests/dartdoc/src/dummy.dart
+++ b/utils/tests/dartdoc/src/dummy.dart
@@ -8,6 +8,8 @@
topLevelMethod() => null;
class Class {
+ Class() => null;
+ Class.namedConstructor() => null;
method(param) => null;
get getterOnly() => null;
get getterAndSetter() => null;
« no previous file with comments | « utils/tests/dartdoc/src/dartdoc_tests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698