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

Unified Diff: lib/i18n/bidi_utils.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_formatter.dart ('k') | lib/i18n/date_format.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/i18n/bidi_utils.dart
===================================================================
--- lib/i18n/bidi_utils.dart (revision 9186)
+++ lib/i18n/bidi_utils.dart (working copy)
@@ -2,8 +2,6 @@
// 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.
-#library('bidi_utils');
-
/**
* Bidi stands for Bi-directional text.
* According to http://en.wikipedia.org/wiki/Bi-directional_text:
@@ -22,8 +20,6 @@
* bidi functionality in the given directional context, instead of using
* bidi_utils.dart directly.
*/
-
-/** Class containing constants to represent the directionality of text. */
class TextDirection {
static final LTR = const TextDirection._('LTR', 'ltr');
static final RTL = const TextDirection._('RTL', 'rtl');
« no previous file with comments | « lib/i18n/bidi_formatter.dart ('k') | lib/i18n/date_format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698