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

Unified Diff: pkg/front_end/lib/src/fasta/builder/enum_builder.dart

Issue 2997473002: Add documentation comments for enum and enum values. Resynthesize in analyzer. (Closed)
Patch Set: Created 3 years, 4 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: pkg/front_end/lib/src/fasta/builder/enum_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/enum_builder.dart b/pkg/front_end/lib/src/fasta/builder/enum_builder.dart
index 92484ae0615a27b114aa208491c9713b3e32564e..fb24b9c9e5e35ffbaf20d9a4428233074aeb069a 100644
--- a/pkg/front_end/lib/src/fasta/builder/enum_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/enum_builder.dart
@@ -8,5 +8,5 @@ import 'builder.dart' show ClassBuilder, TypeBuilder;
abstract class EnumBuilder<T extends TypeBuilder, R>
implements ClassBuilder<T, R> {
- List<Object> get constantNamesAndOffsets;
+ List<Object> get constantNamesAndOffsetsAndDocs;
}

Powered by Google App Engine
This is Rietveld 408576698