Chromium Code Reviews| 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 d77557de4ba944d97f3c33a0b8b500e6e954085a..23fa4b50d836926a9ef37eeccd7e9f982f646d1b 100644 |
| --- a/sdk/lib/html/html_common/metadata.dart |
| +++ b/sdk/lib/html/html_common/metadata.dart |
| @@ -54,6 +54,15 @@ class DomName { |
| } |
| -/// Metadata that specifies that that member is editable through generated |
|
Emily Fortuna
2013/05/10 19:59:02
you just made Bob sad. ;-/
blois
2013/05/10 20:17:01
Consistency! All the other comments are /** style.
|
| -/// files. |
| +/** |
| + * Metadata that specifies that that member is editable through generated |
| + * files. |
| + */ |
| class DocsEditable {} |
| + |
| + |
| +/** |
| + * Annotation which indicates that an API is not expected to change but has |
| + * not undergone enough testing to be considered stable. |
| + */ |
| +class Unstable {} |
|
Emily Fortuna
2013/05/22 01:09:08
clarification: is this "enough testing" on our end
blois
2013/05/22 02:14:16
This was just what was proposed for the rest of Da
|