From: Alan Knowles Date: Wed, 23 Nov 2011 04:48:26 +0000 (+0800) Subject: JSDOC/PrettyPrint.js X-Git-Url: http://git.roojs.org/?p=app.jsdoc;a=commitdiff_plain;h=ef6662c1734a324872176d28620439a7cff6aaec JSDOC/PrettyPrint.js --- diff --git a/JSDOC/PrettyPrint.js b/JSDOC/PrettyPrint.js index 776de09..89253ee 100644 --- a/JSDOC/PrettyPrint.js +++ b/JSDOC/PrettyPrint.js @@ -19,7 +19,6 @@ function escapeHTML(str) { replace(/"/g,'"'); }; /** - * @scope PrettyPrint * @function * make a pretty HTML file out of a JS file, using the tokenizer. */