From 330f423980ec32bcaec2d65f1df5da104a137360 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 15:39:09 +0800 Subject: [PATCH] JSDOC/Parser.js --- JSDOC/Parser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/Parser.js b/JSDOC/Parser.js index 83c7f2c..22e013e 100644 --- a/JSDOC/Parser.js +++ b/JSDOC/Parser.js @@ -89,6 +89,7 @@ Parser = { if (!symbol) continue; if (symbol.isPrivate) { + this.symbols.deleteSymbol(symbol.alias); continue; } -- 2.39.2