Sha256: 0919a6bd7c93ce64759dfb81590292cd62ec70c073b0f6b467990ea147ef8d68
Contents?: true
Size: 527 Bytes
Versions: 16
Compression:
Stored size: 527 Bytes
Contents
require "jsduck/tag/deprecated_tag" module JsDuck::Tag class Deprecated < DeprecatedTag def initialize @tagname = :deprecated @msg = "This {TAGNAME} has been <strong>deprecated</strong>" @css = <<-EOCSS .signature .deprecated { background-color: #aa0000; } .deprecated-box { border: 2px solid #aa0000; } .deprecated-box strong { color: white; background-color: #aa0000; } EOCSS super end end end
Version data entries
16 entries across 16 versions & 3 rubygems