Skip to content

[private-named-parameters] Dartdoc Support #4114

@munificent

Description

@munificent

This issue tracks the work needed to support "Private Named Parameters" in Dartdoc.

This feature does impact Dartdoc in that we want a private named parameter to be documented as its public name. Given a class like:

class C {
  int _x;
  C({required this._x});
}

Then the dartdoc for the constructor should look something like:

C({required int x});

Metadata

Metadata

Assignees

Labels

type-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions