handle_directive(prefix, directive, param, code_object = nil, encoding = nil)
Instance Public methods
Performs the actions described by directive
and its parameter
param
.
code_object
is used for directives that operate on a class or
module. prefix
is used to ensure the replacement for handled
directives is correct. encoding
is used for the
include
directive.
For a list of directives in RDoc see RDoc::Markup.
Please login to continue.