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

Unified Diff: sdk/lib/html/html_common/metadata.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Format all dart: library files Created 3 years, 9 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 | « sdk/lib/html/html_common/lists.dart ('k') | sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/html_common/metadata.dart
diff --git a/sdk/lib/html/html_common/metadata.dart b/sdk/lib/html/html_common/metadata.dart
index 9b0e56da5e68d3c721ee1619ae3bf4890db70bfc..b5542dc3b76acde32f8dfb86ef2c8699e166d296 100644
--- a/sdk/lib/html/html_common/metadata.dart
+++ b/sdk/lib/html/html_common/metadata.dart
@@ -20,6 +20,7 @@ class SupportedBrowser {
/// The name of the browser.
final String browserName;
+
/// The minimum version of the browser that supports the feature, or null
/// if supported on all versions.
final String minimumVersion;
@@ -27,7 +28,6 @@ class SupportedBrowser {
const SupportedBrowser(this.browserName, [this.minimumVersion]);
}
-
/**
* An annotation used to mark an API as being experimental.
*
@@ -42,7 +42,6 @@ class Experimental {
const Experimental();
}
-
/**
* Annotation that specifies that a member is editable through generate files.
*
@@ -55,7 +54,6 @@ class DomName {
const DomName(this.name);
}
-
/**
* Metadata that specifies that that member is editable through generated
* files.
@@ -64,7 +62,6 @@ class DocsEditable {
const DocsEditable();
}
-
/**
* Annotation that indicates that an API is not expected to change but has
* not undergone enough testing to be considered stable.
« no previous file with comments | « sdk/lib/html/html_common/lists.dart ('k') | sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698