class YARD::DocstringParser
def self.after_parse(&block)
-
(void)
-
Other tags:
- Yieldreturn: -
Other tags:
- Yieldparam: parser - the docstring parser object
Other tags:
- Yield: - a block to be called after a docstring is parsed
def self.after_parse(&block) after_parse_callbacks << block end