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

Issue 2990523002: Parse documentation for class aliases, fix for /// comments. (Closed)

Created:
3 years, 5 months ago by scheglov
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix and test mix of comment styles. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -27 lines) Patch
M pkg/analyzer/test/src/summary/resynthesize_common.dart View 1 2 chunks +112 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart View 1 2 chunks +0 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 4 chunks +5 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/source/outline_builder.dart View 1 4 chunks +32 lines, -9 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
scheglov
3 years, 5 months ago (2017-07-24 14:21:08 UTC) #1
Siggi Cherem (dart-lang)
https://codereview.chromium.org/2990523002/diff/1/pkg/front_end/lib/src/fasta/source/outline_builder.dart File pkg/front_end/lib/src/fasta/source/outline_builder.dart (right): https://codereview.chromium.org/2990523002/diff/1/pkg/front_end/lib/src/fasta/source/outline_builder.dart#newcode922 pkg/front_end/lib/src/fasta/source/outline_builder.dart:922: if (lexeme.startsWith('///') || lexeme.startsWith('/**')) { I understand that the ...
3 years, 5 months ago (2017-07-24 17:34:47 UTC) #4
scheglov
PTAL https://codereview.chromium.org/2990523002/diff/1/pkg/front_end/lib/src/fasta/source/outline_builder.dart File pkg/front_end/lib/src/fasta/source/outline_builder.dart (right): https://codereview.chromium.org/2990523002/diff/1/pkg/front_end/lib/src/fasta/source/outline_builder.dart#newcode922 pkg/front_end/lib/src/fasta/source/outline_builder.dart:922: if (lexeme.startsWith('///') || lexeme.startsWith('/**')) { On 2017/07/24 17:34:47, ...
3 years, 5 months ago (2017-07-24 19:13:38 UTC) #5
Siggi Cherem (dart-lang)
lgtm
3 years, 5 months ago (2017-07-24 23:58:04 UTC) #6
scheglov
3 years, 5 months ago (2017-07-25 05:15:27 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
2d01f1f8d9c992fb3da442b6550213d2555f2f3c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698