Loading doc.rb +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ class DocComment elsif line =~ /^ *\* ?(.*)\Z/ then result << $1 else result << line result << line.chomp end end return result.join("\n") Loading test.js +3 −0 Original line number Diff line number Diff line /** * Creates new DateRange * <pre> 2 * 8 = 16 * </pre> * @param {Date} beginDate * @param {Date} endDate */ Loading Loading
doc.rb +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ class DocComment elsif line =~ /^ *\* ?(.*)\Z/ then result << $1 else result << line result << line.chomp end end return result.join("\n") Loading
test.js +3 −0 Original line number Diff line number Diff line /** * Creates new DateRange * <pre> 2 * 8 = 16 * </pre> * @param {Date} beginDate * @param {Date} endDate */ Loading