Class: JsDuck::Tag::Author
Overview
Implementation of hidden @author tag
Instance Attribute Summary
Attributes inherited from MetaTag
#assets, #boolean, #context, #formatter, #key, #multiline, #name, #position, #signature
Instance Method Summary collapse
-
#initialize ⇒ Author
constructor
A new instance of Author.
Methods inherited from MetaTag
descendants, #format, #to_html, #to_value
Constructor Details
#initialize ⇒ Author
Returns a new instance of Author.
6 7 8 |
# File 'lib/jsduck/tag/author.rb', line 6 def initialize @name = "author" end |