Unverified Commit cb123947 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Update a TODO in dartdoc.dart (#121620)

Update a TODO in dartdoc.dart
parent 71c70ebf
......@@ -143,11 +143,12 @@ Future<void> main(List<String> arguments) async {
// Dartdoc warnings and errors in these packages are considered fatal.
// All packages owned by flutter should be in the list.
// TODO(goderbauer): Figure out how to add 'dart:ui'.
final List<String> flutterPackages = <String>[
kDummyPackageName,
kPlatformIntegrationPackageName,
...findPackageNames(),
// TODO(goderbauer): Figure out how to only include `dart:ui` of `sky_engine` below, https://github.com/dart-lang/dartdoc/issues/2278.
// 'sky_engine',
];
// Generate the documentation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment