Object | +--YARD::Formatter
Formats the code objects in the Namespace in a variety of formats
OUTPUT_FORMATS = [ :html, :xhtml, :xml ]
| Object |
format(object, format = :html)
Formats an object as a specified output format . |
| Object |
template_directory
Directory for templates . |
Formats an object as a specified output format. Default is +:html+.
Directory for templates. Override this to load your own templates