Method: JsDuck::Tag::Tag#process_doc
- Defined in:
- lib/jsduck/tag/tag.rb
#process_doc(hash, docs, position) ⇒ Object
Gets called with the resulting class/member hash and array of position information :linenr is passed in.
It can then add a new field to the class/member hash or transform it in any other way desired.
47 48 |
# File 'lib/jsduck/tag/tag.rb', line 47 def process_doc(hash, docs, position) end |