Commit 6f098967 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Make BooleanTag return tag data hash.

parent 9701db5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.