Method: JsDuck::Tag::Tag#repeatable

Defined in:
lib/jsduck/tag/tag.rb

#repeatableObject (readonly)

Set to true to allow the tag to occour multiple times within one doc-comment. By default a tag can only appear once and when it’s detected several times a warning will be generated.



12
13
14
# File 'lib/jsduck/tag/tag.rb', line 12

def repeatable
  @repeatable
end