From cb123947dfe457e7e26717672dbb746de018d9fe Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 1 Mar 2023 10:39:12 -0800 Subject: [PATCH] Update a TODO in dartdoc.dart (#121620) Update a TODO in dartdoc.dart --- dev/tools/dartdoc.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index 8e9115d991..b3ea77623b 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart @@ -143,11 +143,12 @@ Future main(List 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 flutterPackages = [ 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.