Commit 4991cbb2 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Exclude abstract BooleanTag from lists of concrete tags.

parent ca3ee138
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -6,8 +6,10 @@ module JsDuck::Builtins
  # which will take care of setting up @pattern with the same name.
  class BooleanTag < Tag
    def initialize
      if @key
        @pattern = @key.to_s
      end
    end

    # Parses just the name of the tag.
    def parse(p)