Chromium Code Reviews| Index: tools/dom/scripts/htmldartgenerator.py |
| diff --git a/tools/dom/scripts/htmldartgenerator.py b/tools/dom/scripts/htmldartgenerator.py |
| index 48543a7a73c59f887ffd99dab0bb450ef4d895c9..26bda0c719bcc1d5d916c0737d54016d29d6952a 100644 |
| --- a/tools/dom/scripts/htmldartgenerator.py |
| +++ b/tools/dom/scripts/htmldartgenerator.py |
| @@ -33,9 +33,7 @@ class HtmlDartGenerator(object): |
| if self.HasSupportCheck(): |
| support_check = self.GetSupportCheck() |
| self._members_emitter.Emit('\n' |
| - ' /**\n' |
| - ' * Checks if this type is supported on the current platform\n' |
| - ' */\n' |
| + ' /// Checks if this type is supported on the current platform.\n' |
|
Emily Fortuna
2013/01/11 21:40:10
I know I suggested /** stuff */, but if you're goi
|
| ' static bool get supported => $SUPPORT_CHECK;\n', |
| SUPPORT_CHECK=support_check) |