X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FToken.js;h=465d70e73b94ffff320a8e8d5dc68bead42da77d;hp=388f1912f965abb375eb90d2e9b7fc9febef660c;hb=1579f16b01f34728aea874962fd57fa8b4d3ef1d;hpb=3e9a1cf1c2c9ee310d4e150fd0690a30216e4351 diff --git a/JSDOC/Token.js b/JSDOC/Token.js index 388f191..465d70e 100644 --- a/JSDOC/Token.js +++ b/JSDOC/Token.js @@ -42,6 +42,7 @@ Token = XObject.define( this.prefix = ''; this.outData = false; // used by packer/scopeparser this.identifier = false; // used by scope + this.id = Token.id++; }, Object, { @@ -105,4 +106,4 @@ Token = XObject.define( return this.name === what || this.type === what; } }); - \ No newline at end of file +Token.id = 0; \ No newline at end of file