sync fixes
[app.jsdoc] / JSDOC / PrettyPrint.js
index 89253ee..e98752a 100644 (file)
@@ -9,7 +9,7 @@ TextStream = imports.TextStream.TextStream;
  
 /**
  * @scope JSDOC.PrettyPrint
- * @function
+ * @static
  * escape HTML, very basically
  */
 function  escapeHTML(str) { 
@@ -19,7 +19,7 @@ function  escapeHTML(str) {
             replace(/"/g,'"');
 };
 /**
- * @function
+ * @static
  * make a pretty HTML file out of a JS file, using the tokenizer.
  */
 function toPretty(str)