Dlang-UPB / D-scanner

Fork of the official D-scanner that uses dmd-as-a-lib
Boost Software License 1.0
6 stars 2 forks source link

Replace libdparse with DMD in UndocumentedDeclarationCheck #123

Closed Vladiwostok closed 1 week ago

Vladiwostok commented 6 months ago

This visitor warns for public declarations not having a DDoc comment attached. Declarations having override, disable, deprecated or @property are ignored. Unit tests, traits expressions and conditional statements having version "unittest" or "none" are also ignored.

Vladiwostok commented 6 months ago

I think it requires a small comment fix in phobos. Will combine this with other small fixes after all visitors are migrated to DMD

RazvanN7 commented 1 week ago

Fix conflicts.