Method: YARD::Tags::AttributeDirective#after_parse
- Defined in:
- lib/yard/tags/directives.rb
#after_parse ⇒ Object
433 434 435 436 437 |
# File 'lib/yard/tags/directives.rb', line 433 def after_parse return unless handler use_indented_text create_attribute_data(create_object) end |