Skip to content

Generated documentation should not include elements annotated with @internal #4036

Closed as duplicate of#2418
@rrousselGit

Description

@rrousselGit

Consider:

class A {
  @internal
  int field = 0;
}

In this scenario, A.field will be visible in Dartdoc's generated website. But that's obviously undesired

We can also add /// @nodocs, but that feels a bit redundant. I think it'd be more logical if a @internal implied /// @nodoc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions