parent
71c70ebf36
commit
cb123947df
@ -143,11 +143,12 @@ Future<void> main(List<String> arguments) async {
|
|||||||
|
|
||||||
// Dartdoc warnings and errors in these packages are considered fatal.
|
// Dartdoc warnings and errors in these packages are considered fatal.
|
||||||
// All packages owned by flutter should be in the list.
|
// All packages owned by flutter should be in the list.
|
||||||
// TODO(goderbauer): Figure out how to add 'dart:ui'.
|
|
||||||
final List<String> flutterPackages = <String>[
|
final List<String> flutterPackages = <String>[
|
||||||
kDummyPackageName,
|
kDummyPackageName,
|
||||||
kPlatformIntegrationPackageName,
|
kPlatformIntegrationPackageName,
|
||||||
...findPackageNames(),
|
...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.
|
// Generate the documentation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user