Battery Status API: add UMA logging for Linux.
[chromium-blink-merge.git] / tools / json_schema_compiler / dart_test / comments.dart
blob6c30bb77a6738e54feae73ab02fbd01536cf009c
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
3 // BSD-style license that can be found in the LICENSE file.
5 // Generated from namespace: comments
7 part of chrome;
8 /**
9  * Functions
10  */
12 class API_comments {
13   /*
14    * API connection
15    */
16   Object _jsObject;
18   /*
19    * Functions
20    */
21   /// <p>There's a blank line at the start of this comment.</p><p>Documentation
22   /// for basicFunction. BasicFunction() is a great function. There is a newline
23   /// after this.</p><p>It works like so:        +-----+        |     |     +--+
24   ///       |     |     |  |        +-----+ --> +--+</p><p>Some other stuff here.
25   ///    This paragraph starts with whitespace.    Overall, its a great function.
26   /// There's also a blank line at the end of this comment.</p>
27   void basicFunction() => JS('void', '#.basicFunction()', this._jsObject);
29   API_comments(this._jsObject) {
30   }