Method: JsDuck::Tag::Throws#to_html

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

#to_html(m) ⇒ Object



35
36
37
# File 'lib/jsduck/tag/throws.rb', line 35

def to_html(m)
  JsDuck::Render::Subproperties.render_throws(m[:throws])
end