Method: YARD::DocstringParser#post_process

Defined in:
lib/yard/docstring_parser.rb

#post_processvoid

This method returns an undefined value.

Call post processing callbacks on parser. This is called implicitly by parser. Use this when manually configuring a YARD::Docstring object.

Since:

  • 0.8.0



195
196
197
# File 'lib/yard/docstring_parser.rb', line 195

def post_process
  call_after_parse_callbacks
end