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

Unified Diff: pkg/third_party/html5lib/lib/src/constants.dart

Issue 178843003: [html5lib] triple slash comment style (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove extra check Created 6 years, 10 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
Index: pkg/third_party/html5lib/lib/src/constants.dart
diff --git a/pkg/third_party/html5lib/lib/src/constants.dart b/pkg/third_party/html5lib/lib/src/constants.dart
index 9cc03ad80c0972511378d9236906c0d54b0edfb2..b8e4dbd2fa496831f3c8a5f01b53d5e13a935851 100644
--- a/pkg/third_party/html5lib/lib/src/constants.dart
+++ b/pkg/third_party/html5lib/lib/src/constants.dart
@@ -16,11 +16,9 @@ class ReparseException implements Exception {
// TODO(jmesserly): assuming the programmatic name is not important, it would be
// good to make these "static const" fields on an ErrorMessage class.
-/**
- * These are error messages emitted by [HtmlParser]. The values use Python style
- * string formatting, as implemented by [formatStr]. That function only supports
- * the subset of format functionality used here.
- */
+/// These are error messages emitted by [HtmlParser]. The values use Python
+/// style string formatting, as implemented by [formatStr]. That function only
+/// supports the subset of format functionality used here.
const Map<String, String> errorMessages = const {
"null-character":
"Null character in input stream, replaced with U+FFFD.",

Powered by Google App Engine
This is Rietveld 408576698