class JsDuck::Tag::Static

Public Class Methods

new() click to toggle source
Calls superclass method JsDuck::Tag::BooleanTag::new
# File lib/jsduck/tag/static.rb, line 5
def initialize
  @pattern = "static"
  @signature = {:long => "static", :short => "STA"}
  @css = ".signature .static { background-color: #484848 }" # Docs text color
  super
end