You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest 8.0.13 (and earlier versions) have this result, originally reported at dart-lang/pana#1393
extension typeconstCelsius(
/// This text is not in the dartdoc output.num degrees) implementsnum {
}
Celsius.degrees gets into the output both as file (<library>/Celsius/degrees.html) and as part of the searchable API symbols JSON.
Either we shouldn't get a separate symbol, or it should be able to provide some kind of documentation (like in the above case).
Alternatively: is there any way we could detect these symbols just by parsing the JSON file?