Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment