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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/json_schema_compiler/dart_test/comments.dart
diff --git a/tools/json_schema_compiler/dart_test/comments.dart b/tools/json_schema_compiler/dart_test/comments.dart
index 2df51b042cbd269bae661f9556b921539e1d1866..6c30bb77a6738e54feae73ab02fbd01536cf009c 100644
--- a/tools/json_schema_compiler/dart_test/comments.dart
+++ b/tools/json_schema_compiler/dart_test/comments.dart
@@ -18,12 +18,12 @@ class API_comments {
/*
* Functions
*/
- /// There's a blank line at the start of this comment. Documentation for
- /// basicFunction. BasicFunction() is a great function. There is a newline
- /// after this.<br/><br/> It works like so: +-----+ | |
- /// +--+ | | | | +-----+ --> +--+<br/><br/> Some other
- /// stuff here. This paragraph starts with whitespace. Overall, its a
- /// great function. There's also a blank line at the end of this comment.
+ /// <p>There's a blank line at the start of this comment.</p><p>Documentation
+ /// for basicFunction. BasicFunction() is a great function. There is a newline
+ /// after this.</p><p>It works like so: +-----+ | | +--+
+ /// | | | | +-----+ --> +--+</p><p>Some other stuff here.
+ /// This paragraph starts with whitespace. Overall, its a great function.
+ /// There's also a blank line at the end of this comment.</p>
void basicFunction() => JS('void', '#.basicFunction()', this._jsObject);
API_comments(this._jsObject) {
« 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