OLD | NEW |
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 // Generated from namespace: comments | 5 // Generated from namespace: comments |
6 | 6 |
7 part of chrome; | 7 part of chrome; |
8 /** | 8 /** |
9 * Functions | 9 * Functions |
10 */ | 10 */ |
11 | 11 |
(...skipping 10 matching lines...) Expand all Loading... |
22 /// basicFunction. BasicFunction() is a great function. There is a newline | 22 /// basicFunction. BasicFunction() is a great function. There is a newline |
23 /// after this.<br/><br/> It works like so: +-----+ | | | 23 /// after this.<br/><br/> It works like so: +-----+ | | |
24 /// +--+ | | | | +-----+ --> +--+<br/><br/> Some other | 24 /// +--+ | | | | +-----+ --> +--+<br/><br/> Some other |
25 /// stuff here. This paragraph starts with whitespace. Overall, its a | 25 /// stuff here. This paragraph starts with whitespace. Overall, its a |
26 /// great function. There's also a blank line at the end of this comment. | 26 /// great function. There's also a blank line at the end of this comment. |
27 void basicFunction() => JS('void', '#.basicFunction()', this._jsObject); | 27 void basicFunction() => JS('void', '#.basicFunction()', this._jsObject); |
28 | 28 |
29 API_comments(this._jsObject) { | 29 API_comments(this._jsObject) { |
30 } | 30 } |
31 } | 31 } |
OLD | NEW |