diff --git a/main.js b/main.js index 42ad3e5..12ebd4d 100644 --- a/main.js +++ b/main.js @@ -190,7 +190,7 @@ define(function (require, exports, module) { //output += " * @return {type} ???\n"; output.push(" */"); - return prefix + output.join(prefix); + return prefix + output.join("\n" + prefix) + "\n"; }