Commit d0443ab1 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove repeated tag warning from @since.

This case is now covered with the #repeatable field and gets
generated for the @since tag automatically.
parent a829a5b2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -17,10 +17,6 @@ module JsDuck::Tag
    end

    def process_doc(h, tags, pos)
      if tags.length > 1
        JsDuck::Logger.warn(nil, "Only one @since tag allowed per class/member.")
      end

      h[:since] = tags[0][:version]
    end