Вопрос

Yard has a tag @!method to describe documentation for instance methods that are created dynamically. Is there a similar tag for class methods?

Это было полезно?

Решение

YARD provides @!scope tag to set scope of methods. So use @!method first and as subtag @!scope (http://rubydoc.info/docs/yard/file/docs/Tags.md#scope).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top