JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index 439a908..f351e45 100644 (file)
@@ -656,7 +656,7 @@ Walker2 = XObject.define(
                     if (
                             (this.ts.lookTok(-1).data == '=') &&
                             (this.ts.lookTok(-2).type == 'NAME') &&
-                            (this.ts.lookTok(-3).nane != 'VAR')  
+                            (this.ts.lookTok(-3).name != 'VAR')  
                         ) {
                             
                             scopeName = this.ts.look(-2).data;
@@ -740,7 +740,7 @@ Walker2 = XObject.define(
          
         addSymbol: function(lastIdent, appendIt, atype )
         {
-            //print("Walker.addSymbol : " + lastIdent);
+           print("Walker.addSymbol : " + lastIdent);
            // print("Walker.curdoc: " + JSON.stringify(this.currentDoc, null,4));
             
             /*if (!this.currentDoc.tags.length) {