Method: JsDuck::Format::Doc#format_type

Defined in:
lib/jsduck/format/doc.rb

#format_type(type) ⇒ Object

Parses and formats type definition. Returns HTML-rendering of the type. See Format::Subproperties#format_type for details.



164
165
166
# File 'lib/jsduck/format/doc.rb', line 164

def format_type(type)
  @subproperties.format_type(type)
end