JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 9 Nov 2011 09:16:24 +0000 (17:16 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Nov 2011 09:16:24 +0000 (17:16 +0800)
JSDOC/ScopeNamer.js

index fe4c4a6..2f9b6e4 100644 (file)
@@ -380,7 +380,7 @@ ScopeNamer = XObject.define(
             // if a symbol alias is documented more than once the last one with the user docs wins
             
             // dumpe some invalid symbols..
-            if (symbol.split(/[#.]/).length > 2) {
+            if (symbol.alias.split(/[#.]/).length > 2) {
                 return;
             }
             ScopeNamer.prototype.debugCall("addSymbol : " + symbol.alias );