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