On today's weekly we have decided that attributes shall be generated as dartdoc comments since they sometimes provide useful information. However, we will hardcode support for known attributes that we have a fitting mapping for, for example System.ObsoleteAttribute is translated to @deprecated.
On today's weekly we have decided that attributes shall be generated as dartdoc comments since they sometimes provide useful information. However, we will hardcode support for known attributes that we have a fitting mapping for, for example
System.ObsoleteAttribute
is translated to@deprecated
.