Method: JsDuck::DocParser#at_throws

Defined in:
lib/jsduck/doc_parser.rb

#at_throwsObject

matches @throws type …



327
328
329
330
331
332
# File 'lib/jsduck/doc_parser.rb', line 327

def at_throws
  match(/@throws/)
  add_tag(:throws)
  maybe_type
  skip_white
end