dart-lang / pub-dev

The pub.dev website
https://pub.dev
BSD 3-Clause "New" or "Revised" License
768 stars 146 forks source link

Tell package maintainer which API elements are undocumented #5194

Open ueman opened 2 years ago

ueman commented 2 years ago

I'm a package maintainer and I want to improve my packages documentation. pub.dev already has a mechanism to give the documentation completeness a score, see the following screenshot:

Bildschirmfoto 2021-10-19 um 19 00 35

I would really like to see which of the API elements are not documented.

There's already this, however it flags all public members of a class. I basically want this for all public members of a package.

isoos commented 2 years ago

We can highlight the first few symbols in the report, I think that would be already helpful if the package is missing only a few ones...