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