Method: JsDuck::Tag::Fires#process_doc

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

#process_doc(h, tags, pos) ⇒ Object



27
28
29
# File 'lib/jsduck/tag/fires.rb', line 27

def process_doc(h, tags, pos)
  h[:fires] = tags.map {|t| t[:events] }.flatten
end