Method: JsDuck::DocParser#initialize
- Defined in:
- lib/jsduck/doc_parser.rb
#initialize ⇒ DocParser
Returns a new instance of DocParser.
26 27 28 29 30 |
# File 'lib/jsduck/doc_parser.rb', line 26 def initialize @ident_pattern = /[$\w-]+/ @ident_chain_pattern = /[$\w-]+(\.[$\w-]+)*/ @meta_tags = MetaTagRegistry.instance end |