Method: YARD::DocstringParser#post_process
- Defined in:
- lib/yard/docstring_parser.rb
#post_process ⇒ void
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.
195 196 197 |
# File 'lib/yard/docstring_parser.rb', line 195 def post_process call_after_parse_callbacks end |