From: Alan Knowles Date: Mon, 11 Jan 2016 08:51:00 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=ee5c2abd9fea30a627d16490b7cde7c1ca64c2eb JSDOC/Scope.js --- 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) {