Skip to content

Commit cb12394

Browse files
authored
Update a TODO in dartdoc.dart (#121620)
Update a TODO in dartdoc.dart
1 parent 71c70eb commit cb12394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tools/dartdoc.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,12 @@ Future<void> main(List<String> arguments) async {
143143

144144
// Dartdoc warnings and errors in these packages are considered fatal.
145145
// All packages owned by flutter should be in the list.
146-
// TODO(goderbauer): Figure out how to add 'dart:ui'.
147146
final List<String> flutterPackages = <String>[
148147
kDummyPackageName,
149148
kPlatformIntegrationPackageName,
150149
...findPackageNames(),
150+
// TODO(goderbauer): Figure out how to only include `dart:ui` of `sky_engine` below, https://github.com/dart-lang/dartdoc/issues/2278.
151+
// 'sky_engine',
151152
];
152153

153154
// Generate the documentation.

0 commit comments

Comments
 (0)