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

Side by Side Diff: tools/json_schema_compiler/dart_test/comments.dart

Issue 404203002: Extension docs: Make comments in IDL files generate paragraphs rather than (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, bump yaml files Created 6 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2014, 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
12 class API_comments { 12 class API_comments {
13 /* 13 /*
14 * API connection 14 * API connection
15 */ 15 */
16 Object _jsObject; 16 Object _jsObject;
17 17
18 /* 18 /*
19 * Functions 19 * Functions
20 */ 20 */
21 /// There's a blank line at the start of this comment. Documentation for 21 /// <p>There's a blank line at the start of this comment.</p><p>Documentation
22 /// basicFunction. BasicFunction() is a great function. There is a newline 22 /// for basicFunction. BasicFunction() is a great function. There is a newline
23 /// after this.<br/><br/> It works like so: +-----+ | | 23 /// after this.</p><p>It works like so: +-----+ | | +--+
24 /// +--+ | | | | +-----+ --> +--+<br/><br/> Some other 24 /// | | | | +-----+ --> +--+</p><p>Some other stuff here .
25 /// stuff here. This paragraph starts with whitespace. Overall, its a 25 /// This paragraph starts with whitespace. Overall, its a great function .
26 /// great function. There's also a blank line at the end of this comment. 26 /// There's also a blank line at the end of this comment.</p>
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 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_api.scss ('k') | tools/json_schema_compiler/dart_test/comments.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698