Closed
Description
dart-lang/sdk#28066 added support for an @internal
annotation, which can be used to mark members as private to the package that defines them. Because these aren't part of a package's public API, DartDoc shouldn't generate documentation for them.