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

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

Issue 263013006: Add function parameter info in docgen. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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/method.dart
diff --git a/pkg/docgen/lib/src/models/method.dart b/pkg/docgen/lib/src/models/method.dart
index 9483a371b0ef8bbe419b494c2291e291c282a7f7..f25d53b9cae6d7d45e0b90b946859fb216b129a7 100644
--- a/pkg/docgen/lib/src/models/method.dart
+++ b/pkg/docgen/lib/src/models/method.dart
@@ -153,4 +153,4 @@ class Method extends OwnedIndexable<MethodMirror> {
}
bool isValidMirror(DeclarationMirror mirror) => mirror is MethodMirror;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698