By default, such methods are created on the instance level from what I see. How to document class/static level methods instead?
I checked https://www.rubydoc.info/gems/yard/file/docs/Tags.md#method but it wasn't very clear.
By default, such methods are created on the instance level from what I see. How to document class/static level methods instead?
I checked https://www.rubydoc.info/gems/yard/file/docs/Tags.md#method but it wasn't very clear.
This can be adjusted via
@!scopewhich can be eitherclassorinstance:See Documenting Custom DSL Methods