Method: JsDuck::Warning::Deprecated#doc
- Defined in:
- lib/jsduck/warning/deprecated.rb
#doc ⇒ Object
Documentation for the warning.
33 34 35 |
# File 'lib/jsduck/warning/deprecated.rb', line 33 def doc " -#{@type} - #{@msg} DEPRECATED" end |