JSDOC/ScopeNamer.js
[app.jsdoc] / JSDOC / ScopeNamer.js
index 494bf3e..73122e9 100644 (file)
@@ -247,7 +247,7 @@ ScopeNamer = XObject.define(
                     name = !isGlobal && name && !name.match(/^this\./) ? false : name;
                     if (!isGlobal && name && name.match(/^this\./) ) { 
                         // see if scope ends in prototype..
-                        print(JSON.stringify(scope));
+                        print("SCOPE:" + JSON.stringify(scope));
                         if (
                             (scope.split('.').pop() == 'prototype') &&
                             (name.split('.').length == 2)