Sha256: f863bbd886da26188537a232c77c0e2e8ca079ddb409fef55558419c733b6c12
Contents?: true
Size: 294 Bytes
Versions: 30
Compression:
Stored size: 294 Bytes
Contents
require "jsduck/tag/boolean_tag" module JsDuck::Tag class Static < BooleanTag def initialize @pattern = "static" @signature = {:long => "static", :short => "STA"} @css = ".signature .static { background-color: #484848 }" # Docs text color super end end end
Version data entries
30 entries across 30 versions & 3 rubygems