lib/inch/language/javascript/provider/jsdoc/docstring.rb in inch-0.6.0.rc4 vs lib/inch/language/javascript/provider/jsdoc/docstring.rb in inch-0.6.0.rc5

- old
+ new

@@ -9,9 +9,13 @@ def initialize(text) @text = without_comment_markers(text) end + def contains_code_example? + tag?(:example) || super + end + def describes_internal_api? tag?(:api, :private) || super end def describes_parameter?(name)