Method: JsDuck::DocParser#at_method
- Defined in:
- lib/jsduck/doc_parser.rb
#at_method ⇒ Object
matches @method name …
262 263 264 265 266 267 |
# File 'lib/jsduck/doc_parser.rb', line 262 def at_method match(/@method/) add_tag(:method) maybe_name skip_white end |