From b90ffdaa6cf21b49a5c33e25a4faaa4c1c55dc7c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Nov 2011 11:50:08 +0800 Subject: [PATCH] JSDOC/ScopeNamer.js --- JSDOC/ScopeNamer.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/JSDOC/ScopeNamer.js b/JSDOC/ScopeNamer.js index bdbc8c3..f9a78a9 100644 --- a/JSDOC/ScopeNamer.js +++ b/JSDOC/ScopeNamer.js @@ -99,7 +99,10 @@ ScopeNamer = XObject.define( * add/remove ';' after return to configure at present.. * @param {String} str String to output */ - debugCall : function(str) { return print(str); }, + debugCall : function(str) { + if (!this.filename.match(/BuildDocs\.js/)) return; + return print(str); + }, collapseTop : true, -- 2.39.2