sync
[app.jsdoc] / JSDOC / DocComment.js
index 2ac1119..97af318 100644 (file)
@@ -8,7 +8,7 @@ DocTag = imports.DocTag.DocTag;
  * Create a new DocComment. This takes a raw documentation comment,
  * and wraps it in useful accessors.
  * @class Represents a documentation comment object.
- * @scope JSDOC 
+ * @scope JSDOC
  */ 
  
 
@@ -194,8 +194,7 @@ DocComment = XObject.define(
 });
 
 
-/// static methods..
-
 XObject.extend(DocComment, 
     {