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?
The text was updated successfully, but these errors were encountered:
keertip
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P2
A bug or feature request we're likely to work on
labels
Aug 12, 2024
Dartdoc cannot do anything here because neither the RepresentationDeclaration nor any of it's child nodes can have a documentation comment. I've moved this issue to the SDK repo.
The latest
8.0.13
(and earlier versions) have this result, originally reported at dart-lang/pana#1393Celsius.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?
The text was updated successfully, but these errors were encountered: