X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FPrettyPrint.js;h=3433f0c68a967b217e54db8dcbf751cfde661d83;hb=710bffd2707a3f3d6d1630a695c92989be5a823c;hp=bcec9fcbea6e8113253c0a06037993324ae00900;hpb=df1ca652314ef73a3d4579508be493b3789335fa;p=gnome.introspection-doc-generator diff --git a/JSDOC/PrettyPrint.js b/JSDOC/PrettyPrint.js index bcec9fc..3433f0c 100644 --- a/JSDOC/PrettyPrint.js +++ b/JSDOC/PrettyPrint.js @@ -76,7 +76,7 @@ function toPretty(str) r += escapeHTML(toks[i].data).replace(/\n/g, "
\n"); } if (cs.length) r +=''; - print("DONE!"); + return ''+r+'';