-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-google3Issues originating from or important to AngularIssues originating from or important to Angular
Description
Dartdoc has a --show-warnings
flag:
Generate HTML documentation for Dart libraries.
Usage: dartdoc [OPTIONS]
-h, --help Show command help.
--version Display the version for dartdoc.
...
--show-warnings Display warnings.
...
Unfortunately, not all warnings are controlled by this flag, and generating the dartdocs for Angular and the Angular Components currently (always) generates lots and lots of warnings. It would be useful if these warnings were only printed when --show-warnings
was provided on the command line.
cc @kwalrath
kwalrath
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-google3Issues originating from or important to AngularIssues originating from or important to Angular