Open
Description
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.