X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScope.js;fp=JSDOC%2FScope.js;h=11b72df9bcb2cf8f6db0ad6ec0d54586a9ee634e;hp=6a35e83adbbf1a32b08996685d296b26565526cb;hb=ee5c2abd9fea30a627d16490b7cde7c1ca64c2eb;hpb=1fb557f3ddb7252bc458aa941d32f8541a36d5ed diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 6a35e83..11b72df 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -62,8 +62,8 @@ Scope.prototype = { { indent = indent || ''; print( - indent + "Scope: " + this.id + "\n" + - indent + " Started: " + ( this.token ? this.token.line : 'TOP' ) + "\n" + + indent + "Scope: " + this.id + "\n" + + indent + "Started: " + ( this.token ? this.token.line : 'TOP' ) + "\n" + indent + "- " + XObject.keys(this.identifiers).join(", ") + "\n" ); this.subScopes.forEach(function(s) {