dartdoc icon indicating copy to clipboard operation
dartdoc copied to clipboard

Method documentation does not show whether the method is static or not

Open osa1 opened this issue 3 years ago • 1 comments

Consider https://api.dart.dev/stable/2.17.6/dart-core/Object/hashAll.html

There is no mentions in the header ("hashAll method") or in the type signature that the method is static.

I need to look at the implementation, or see if the method name is in "STATIC METHODS" menu on the left.

It would be easier if the header said "hashAll static method".

osa1 avatar Aug 04 '22 07:08 osa1

Good catch. How has this been like this for so long? 🤣

srawlins avatar Aug 04 '22 15:08 srawlins