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

Unified Diff: pkg/csslib/lib/src/tokenkind.dart

Issue 140783013: use proper notation for true, false, and null in doc comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: long line Created 6 years, 11 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 | « pkg/csslib/lib/src/analyzer.dart ('k') | pkg/csslib/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/csslib/lib/src/tokenkind.dart
diff --git a/pkg/csslib/lib/src/tokenkind.dart b/pkg/csslib/lib/src/tokenkind.dart
index b9d4309cd8a4937fb19d683bc621c0e15b91ce18..091bdb7fe0b9f45650b5ef4df9e046a664ca68da 100644
--- a/pkg/csslib/lib/src/tokenkind.dart
+++ b/pkg/csslib/lib/src/tokenkind.dart
@@ -583,7 +583,7 @@ class TokenKind {
/**
* Match color name, case insensitive match and return the associated color
- * entry from _EXTENDED_COLOR_NAMES list, return [null] if not found.
+ * entry from _EXTENDED_COLOR_NAMES list, return [:null:] if not found.
*/
static Map matchColorName(String text) {
var name = text.toLowerCase();
« no previous file with comments | « pkg/csslib/lib/src/analyzer.dart ('k') | pkg/csslib/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698