Loading lib/jsduck/tag/preventable.rb +1 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ module JsDuck::Tag # @preventable is optionally followed by some method name, but we # don't document it. def parse(p) p.add_tag(@key) p.match(/.*$/) {:tagname => :preventable} end def process_doc(docs) Loading Loading
lib/jsduck/tag/preventable.rb +1 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ module JsDuck::Tag # @preventable is optionally followed by some method name, but we # don't document it. def parse(p) p.add_tag(@key) p.match(/.*$/) {:tagname => :preventable} end def process_doc(docs) Loading