Loading lib/jsduck/tag/cfg.rb +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ module JsDuck::Tag @tagname = :cfg @repeatable = true @member_type = { :name => :cfg, :title => "Config options", :toolbar_title => "Configs", :position => MEMBER_POS_CFG, Loading lib/jsduck/tag/css_mixin.rb +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ module JsDuck::Tag def initialize @tagname = :css_mixin @member_type = { :name => :css_mixin, :title => "CSS Mixins", :position => MEMBER_POS_CSS_MIXIN, } Loading lib/jsduck/tag/css_var.rb +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ module JsDuck::Tag @pattern = "var" @tagname = :css_var @member_type = { :name => :css_var, :title => "CSS Variables", :toolbar_title => "CSS Vars", :position => MEMBER_POS_CSS_VAR, Loading lib/jsduck/tag/event.rb +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ module JsDuck::Tag @pattern = "event" @tagname = :event @member_type = { :name => :event, :title => "Events", :position => MEMBER_POS_EVENT, } Loading lib/jsduck/tag/member_tag.rb +2 −3 Original line number Diff line number Diff line Loading @@ -3,11 +3,10 @@ require 'jsduck/tag/tag' module JsDuck::Tag # Base class for all builtin members. class MemberTag < Tag # Defines a class member type and specifies a name and several # other settings. For example: # Defines a class member type and specifies various settings. For # example: # # { # :name => :event, # :title => "Events", # :position => MEMBER_POS_EVENT, # # The following are optional Loading Loading
lib/jsduck/tag/cfg.rb +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ module JsDuck::Tag @tagname = :cfg @repeatable = true @member_type = { :name => :cfg, :title => "Config options", :toolbar_title => "Configs", :position => MEMBER_POS_CFG, Loading
lib/jsduck/tag/css_mixin.rb +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ module JsDuck::Tag def initialize @tagname = :css_mixin @member_type = { :name => :css_mixin, :title => "CSS Mixins", :position => MEMBER_POS_CSS_MIXIN, } Loading
lib/jsduck/tag/css_var.rb +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ module JsDuck::Tag @pattern = "var" @tagname = :css_var @member_type = { :name => :css_var, :title => "CSS Variables", :toolbar_title => "CSS Vars", :position => MEMBER_POS_CSS_VAR, Loading
lib/jsduck/tag/event.rb +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ module JsDuck::Tag @pattern = "event" @tagname = :event @member_type = { :name => :event, :title => "Events", :position => MEMBER_POS_EVENT, } Loading
lib/jsduck/tag/member_tag.rb +2 −3 Original line number Diff line number Diff line Loading @@ -3,11 +3,10 @@ require 'jsduck/tag/tag' module JsDuck::Tag # Base class for all builtin members. class MemberTag < Tag # Defines a class member type and specifies a name and several # other settings. For example: # Defines a class member type and specifies various settings. For # example: # # { # :name => :event, # :title => "Events", # :position => MEMBER_POS_EVENT, # # The following are optional Loading