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

Issue 10854025: Fix dartdoc block code comments in Dart API that are broken and use [: :] delimiters. (Closed)

Created:
8 years, 4 months ago by Bill Hesse
Modified:
8 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix dartdoc block code comments in Dart API that are broken and use [: :] delimiters. BUG=dart:2570 Committed: https://code.google.com/p/dart/source/detail?r=10368

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -46 lines) Patch
M corelib/src/expect.dart View 1 5 chunks +10 lines, -13 lines 0 comments Download
M corelib/src/regexp.dart View 3 chunks +14 lines, -20 lines 0 comments Download
M runtime/bin/input_stream.dart View 3 chunks +11 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Bill Hesse
I grepped for all the [: that showed up in the final HTML, and fixed ...
8 years, 4 months ago (2012-08-07 14:45:13 UTC) #1
Bob Nystrom
8 years, 4 months ago (2012-08-07 17:19:02 UTC) #2
Beautiful, I love it! LGTM!

http://chromiumcodereview.appspot.com/10854025/diff/1/corelib/src/expect.dart
File corelib/src/expect.dart (right):

http://chromiumcodereview.appspot.com/10854025/diff/1/corelib/src/expect.dart...
corelib/src/expect.dart:261: *     Expect.throws(myThrowingFunction, (e) {
return e is MyException; })
Unrelated, but we could use an "=>" function in this example.

Powered by Google App Engine
This is Rietveld 408576698