sync fixes
[app.jsdoc] / JSDOC / Identifier.js
index f3ad09d..8560782 100644 (file)
@@ -1,10 +1,13 @@
 //<Script type="text/javascript">
 
 /**
- * @class  Identifier
  * holds details about identifiers and their replacement values
  * used by the packer..
- * @scope JSDOC 
+ * 
+ * @class  Identifier
+ * @scope JSDOC
+ * @param {String} name Name of the Identifier
+ * @param {JSDOC.Scope} scope The scope that the identifer is in.
  */