Class: JsDuck::Tag::Markdown

Inherits:
MetaTag
  • Object
show all
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

Methods inherited from MetaTag

descendants, #format, #to_html, #to_value

Constructor Details

#initializeMarkdown

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