Loading lib/jsduck/tag/aside.rb +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ module JsDuck::Tag def initialize @pattern = "aside" @key = :aside @html_position = POS_BEFORE_DOC @html_position = POS_ASIDE end # Parses: @aside [ guide | video| example ] name Loading lib/jsduck/tag/default.rb +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ module JsDuck::Tag def initialize @key = :default @merge_context = [:cfg, :property, :css_var] @html_position = POS_AFTER_DOC @html_position = POS_DEFAULT end def merge(h, docs, code) Loading lib/jsduck/tag/deprecated_tag.rb +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ module JsDuck::Tag if @key @pattern = @key.to_s @signature = {:long => @key.to_s, :short => @key.to_s[0..2].upcase} @html_position = POS_AFTER_DOC @html_position = POS_DEPRECATED end end Loading lib/jsduck/tag/enum.rb +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ module JsDuck::Tag @pattern = "enum" @key = :enum @merge_context = :class @html_position = POS_AFTER_DOC @html_position = POS_ENUM end # @enum {Type} [name=default] ... Loading lib/jsduck/tag/overrides.rb +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module JsDuck::Tag class Overrides < Tag def initialize @key = :overrides @html_position = POS_AFTER_DOC @html_position = POS_OVERRIDES end # Generate HTML links from :overrides data. Loading Loading
lib/jsduck/tag/aside.rb +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ module JsDuck::Tag def initialize @pattern = "aside" @key = :aside @html_position = POS_BEFORE_DOC @html_position = POS_ASIDE end # Parses: @aside [ guide | video| example ] name Loading
lib/jsduck/tag/default.rb +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ module JsDuck::Tag def initialize @key = :default @merge_context = [:cfg, :property, :css_var] @html_position = POS_AFTER_DOC @html_position = POS_DEFAULT end def merge(h, docs, code) Loading
lib/jsduck/tag/deprecated_tag.rb +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ module JsDuck::Tag if @key @pattern = @key.to_s @signature = {:long => @key.to_s, :short => @key.to_s[0..2].upcase} @html_position = POS_AFTER_DOC @html_position = POS_DEPRECATED end end Loading
lib/jsduck/tag/enum.rb +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ module JsDuck::Tag @pattern = "enum" @key = :enum @merge_context = :class @html_position = POS_AFTER_DOC @html_position = POS_ENUM end # @enum {Type} [name=default] ... Loading
lib/jsduck/tag/overrides.rb +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module JsDuck::Tag class Overrides < Tag def initialize @key = :overrides @html_position = POS_AFTER_DOC @html_position = POS_OVERRIDES end # Generate HTML links from :overrides data. Loading