Loading lib/jsduck/css_parser.rb +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,8 @@ module JsDuck @docs << { :comment => comment[:value], :linenr => comment[:linenr], :code => code_block :code => code_block, :type => :doc_comment, } else @lex.next Loading lib/jsduck/js_parser.rb +4 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,8 @@ module JsDuck # {:name => "bar"} # ] # } # } # }, # :type => :doc_comment, # } # ] # Loading @@ -52,7 +53,8 @@ module JsDuck @docs << { :comment => comment[:value], :linenr => comment[:linenr], :code => code_block :code => code_block, :type => :doc_comment, } else @lex.next Loading Loading
lib/jsduck/css_parser.rb +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,8 @@ module JsDuck @docs << { :comment => comment[:value], :linenr => comment[:linenr], :code => code_block :code => code_block, :type => :doc_comment, } else @lex.next Loading
lib/jsduck/js_parser.rb +4 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,8 @@ module JsDuck # {:name => "bar"} # ] # } # } # }, # :type => :doc_comment, # } # ] # Loading @@ -52,7 +53,8 @@ module JsDuck @docs << { :comment => comment[:value], :linenr => comment[:linenr], :code => code_block :code => code_block, :type => :doc_comment, } else @lex.next Loading