Method: YARD::DocstringParser#directives
- Defined in:
- lib/yard/docstring_parser.rb
#directives ⇒ Array<Tags::Directive>
Returns a list of directives identified by the parser. This list will not be passed on to the Docstring object.
44 45 46 |
# File 'lib/yard/docstring_parser.rb', line 44 def directives @directives end |