Method: JsDuck::TypeParser#out
- Defined in:
- lib/jsduck/type_parser.rb
#out ⇒ Object (readonly)
When parsing was successful, then contains the output HTML - the input type-definition with types themselves replaced with links.
51 52 53 |
# File 'lib/jsduck/type_parser.rb', line 51 def out @out end |