Method: JsDuck::Tag::Tag#to_html

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

#to_html(context) ⇒ Object

Implement #to_html to transform tag data to HTML to be included into documentation.

It gets passed the full class/member hash. It should return an HTML string to inject into document.



126
127
# File 'lib/jsduck/tag/tag.rb', line 126

def to_html(context)
end