lib/inch/language/javascript/provider/jsdoc/parser.rb in inch-0.6.0.rc2 vs lib/inch/language/javascript/provider/jsdoc/parser.rb in inch-0.6.0.rc3
- old
+ new
@@ -7,10 +7,10 @@
module Provider
module JSDoc
# Parses the source tree (using JSDoc)
class Parser
# TODO: should we remove constant and namespace from this list?
- IGNORE_TYPES = %w(interface member package param constant namespace)
+ IGNORE_TYPES = %w(event external file interface member package param constant namespace)
attr_reader :parsed_objects
# Helper method to parse an instance with the given +args+
#