dkubb / yardstick

A tool for verifying YARD documentation coverage
http://wiki.github.com/dkubb/yardstick
MIT License
171 stars 22 forks source link

Support @!attribute and @!method yard directives #12

Open snusnu opened 11 years ago

snusnu commented 11 years ago

Currently, yardstick fails when documenting metaprogrammed attributes (and most probably methods too).

The relevant syntax is described in: http://rubydoc.info/docs/yard/file/docs/Tags.md#attribute http://rubydoc.info/docs/yard/file/docs/Tags.md#method

limhoff-r7 commented 10 years ago

:+1:

Without this I'll have to add a lot of manual ignores in yardstick.yml.