Loading lib/jsduck/tag/boolean_tag.rb +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ module JsDuck::Tag # Parses just the name of the tag. def parse(p) p.add_tag(@key) {:tagname => @key, :doc => ""} end # When the tag is found, its value will always be true. Loading Loading
lib/jsduck/tag/boolean_tag.rb +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ module JsDuck::Tag # Parses just the name of the tag. def parse(p) p.add_tag(@key) {:tagname => @key, :doc => ""} end # When the tag is found, its value will always be true. Loading