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

Unified Diff: pkg/intl/intl.dart

Issue 10866003: add comments for dart:io and dart:intl library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « lib/compiler/implementation/lib/io.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/intl.dart
diff --git a/pkg/intl/intl.dart b/pkg/intl/intl.dart
index feb8580ce6ba98de64fa36eae2df0c220f09810d..521e1c2f8733164ba7debcf49acda11de8a29bdc 100644
--- a/pkg/intl/intl.dart
+++ b/pkg/intl/intl.dart
@@ -2,6 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+/**
+ * Internationalization object providing access to message formatting objects,
+ * date formatting, parsing, bidirectional text relative to a specific locale.
+ */
#library('intl');
#import('dart:web');
@@ -11,11 +15,6 @@
#source('bidi_formatter.dart');
#source('bidi_utils.dart');
-/**
- * Internationalization object providing access to message formatting objects,
- * date formatting, parsing, bidirectional text relative to a specific locale.
- */
-
class Intl {
/**
* String indicating the locale code with which the message is to be
« no previous file with comments | « lib/compiler/implementation/lib/io.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698