JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / JSDOC / Symbol.js
index 7d6c563..c27927d 100644 (file)
@@ -3,9 +3,9 @@
 XObject         = imports.XObject.XObject;
 
 SymbolSet       = imports.SymbolSet.SymbolSet;
-Parser          = imports.Parser.Parser;
+//Parser          = imports.Parser.Parser;
 DocComment      = imports.DocComment.DocComment;
-
+DocTag          = imports.DocTag.DocTag;
 /**
        Create a new Symbol.
        @class Represents a symbol in the source code.
@@ -461,7 +461,7 @@ Symbol = XObject.define(
                     if (properties[i].type) property.type = properties[i].type;
                     if (properties[i].defaultValue) property.defaultValue = properties[i].defaultValue;
                     this.addProperty(property);
-                    Parser.addSymbol(property);
+                    imports.Parser.Parser.addSymbol(property);
                 }
             }