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

Unified Diff: sdk/lib/core/print.dart

Issue 66193010: Way more documentation blanks filled in. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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: sdk/lib/core/print.dart
diff --git a/sdk/lib/core/print.dart b/sdk/lib/core/print.dart
index 9b6af2a0a56902e6bb4887c8d17facc07f867c60..42c7d1ca4aa411536b9812c61d39eab802dab1ec 100644
--- a/sdk/lib/core/print.dart
+++ b/sdk/lib/core/print.dart
@@ -4,6 +4,7 @@
part of dart.core;
+/// Prints a string representation of the object to the console.
void print(Object object) {
String line = "$object";
if (printToZone == null) {

Powered by Google App Engine
This is Rietveld 408576698