| commit | af16ef10241425d54fc17a9657a6ec8508a255cb | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Wed Dec 11 17:17:53 2019 -0800 |
| committer | GitHub <noreply@github.com> | Wed Dec 11 17:17:53 2019 -0800 |
| tree | d2d9983eff4a07623e06f4b3d4b361d1e9147952 | |
| parent | b1a5507ed3dd26ee9dcb402ecfca85503f4f3f3a [diff] |
Drop the doc comments on overrides (dart-lang/term_glyph#10) These classes are not public and so the docs don't show up on the pub site. Even if they did show up the comments as is only duplicate the information from the interface (which dartdoc would show anyway) and the implementation (which dartdoc also shows).