Method: JsDuck::Tag::Method#parse_doc

Defined in:
lib/jsduck/tag/method.rb

#parse_doc(p, pos) ⇒ Object



22
23
24
25
26
27
# File 'lib/jsduck/tag/method.rb', line 22

def parse_doc(p, pos)
  {
    :tagname => :method,
    :name => p.ident,
  }
end