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

Unified Diff: lib/i18n/date_format.dart

Issue 10692018: Add intl to apidoc, and some minor comment formatting cleanup. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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/i18n/bidi_utils.dart ('k') | lib/i18n/intl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/i18n/date_format.dart
===================================================================
--- lib/i18n/date_format.dart (revision 9186)
+++ lib/i18n/date_format.dart (working copy)
@@ -46,7 +46,9 @@
* Items marked with '#' work differently than in Java.
*
* The count of pattern letters determine the format.
- * **Text**:
+ *
+ * **Text**:
+ *
* * 4 or more pattern letters--use full form,
* * less than 4--use short or abbreviated form if one exists.
* In parsing, we will always try long format, then short.
@@ -106,8 +108,6 @@
* that point, the parse of the run fails.
*/
-#library('date_format');
-
class DateFormat {
/** Definition of how this object formats dates. */
@@ -126,7 +126,8 @@
* given the pattern.
*/
// TODO(efortuna): Hear back from i18n about Time Zones and the "core set"
- // of skeleton patterns.
+ // of skeleton patterns. When this is complete, also properly comment these
+ // so the documentation is available on api_docs.
// Example of how this looks in the US
// locale.
static final String Hm = 'Hm'; // HH:mm
« no previous file with comments | « lib/i18n/bidi_utils.dart ('k') | lib/i18n/intl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698