dartdoc
dartdoc copied to clipboard
Don't intermingle deprecated APIs with non-deprecated ones
Mixing deprecated APIs with non-deprecated ones can be very visually distracting. For example, from https://api.dartlang.org/stable/2.2.0/dart-io/HttpStatus-class.html:

Can dartdoc sort them to the end of whatever section they're in or possibly provide a client-side option to hide them?