Skip to content

Provide documentation for types like Never, void, and dynamic #2391

Open
@srawlins

Description

@srawlins

A few types are not explicitly declared, like Never, void, and dynamic. However, users may like to have documentation for these types as for any other type. These types may never get standard in-code doc comments; see dart-lang/sdk#43788.

void, for example, is a reserved keyword, as well as a type, so cannot be declared as an actual type. We could try to solve this issue from within dartdoc, instead of the language / dart:core level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2A bug or feature request we're likely to work ontype-enhancementA request for a change that isn't a bugtype-questionA question about expected behavior or functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions