Skip to content

Put all warnings behind --show-warnings #1480

@chalin

Description

@chalin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2A bug or feature request we're likely to work oncustomer-google3Issues originating from or important to Angular

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions