Method: JsDuck::Tag::Tag#format

Defined in:
lib/jsduck/tag/tag.rb

#format(context, formatter) ⇒ Object

Called before #to_html to allow rendering of Markdown content. For this an instance of DocFormatter is passed in, on which one can call the #format method to turn Markdown into HTML.



117
118
# File 'lib/jsduck/tag/tag.rb', line 117

def format(context, formatter)
end