Sha256: 3253dfda044eb4aaee378cfaaae95c8d3208fd0b17227c1826e9533a4ec1e6bc
Contents?: true
Size: 180 Bytes
Versions: 4
Compression:
Stored size: 180 Bytes
Contents
require "jsduck/meta_tag" module JsDuck # Implementation of hidden @docauthor tag class DocAuthorTag < MetaTag def initialize @name = "docauthor" end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jsduck-3.1.0 | lib/jsduck/doc_author_tag.rb |
jsduck-3.0.1 | lib/jsduck/doc_author_tag.rb |
jsduck-3.0 | lib/jsduck/doc_author_tag.rb |
jsduck-3.0.pre3 | lib/jsduck/doc_author_tag.rb |