Loading lib/jsduck/exporter.rb +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ module JsDuck def format_return(r) r = r.clone r[:doc] = @formatter.format(r[:doc]) if r[:doc] r[:properties] = format_subproperties(r[:properties]) if r[:properties] r end Loading Loading
lib/jsduck/exporter.rb +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ module JsDuck def format_return(r) r = r.clone r[:doc] = @formatter.format(r[:doc]) if r[:doc] r[:properties] = format_subproperties(r[:properties]) if r[:properties] r end Loading