Loading lib/jsduck/doc_scanner.rb +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ module JsDuck else @tags << @current_tag = {:tagname => tag, :doc => ""} end @current_tag[:doc] = "" unless @current_tag.has_key?(:doc) end # Forgets the previously parsed tag Loading lib/jsduck/tag/boolean_tag.rb +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ module JsDuck::Tag # Parses just the name of the tag. def parse(p) {:tagname => @key, :doc => ""} {:tagname => @key} end # When the tag is found, its value will always be true. Loading lib/jsduck/tag/class.rb +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ module JsDuck::Tag { :tagname => :class, :name => p.hw && p.ident_chain, :doc => "", } end end Loading lib/jsduck/tag/class_list_tag.rb +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ module JsDuck::Tag { :tagname => @key, :classes => p.hw && p.classname_list, :doc => "", } end Loading Loading
lib/jsduck/doc_scanner.rb +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,8 @@ module JsDuck else @tags << @current_tag = {:tagname => tag, :doc => ""} end @current_tag[:doc] = "" unless @current_tag.has_key?(:doc) end # Forgets the previously parsed tag Loading
lib/jsduck/tag/boolean_tag.rb +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ module JsDuck::Tag # Parses just the name of the tag. def parse(p) {:tagname => @key, :doc => ""} {:tagname => @key} end # When the tag is found, its value will always be true. Loading
lib/jsduck/tag/class.rb +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ module JsDuck::Tag { :tagname => :class, :name => p.hw && p.ident_chain, :doc => "", } end end Loading
lib/jsduck/tag/class_list_tag.rb +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ module JsDuck::Tag { :tagname => @key, :classes => p.hw && p.classname_list, :doc => "", } end Loading