JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Symbol.js
index 3313062..bcc84a1 100644 (file)
@@ -5,7 +5,7 @@ XObject         = imports.XObject.XObject;
 SymbolSet       = imports.SymbolSet.SymbolSet;
 Parser          = imports.Parser.Parser;
 DocComment      = imports.DocComment.DocComment;
-
+DocTag          = imports.DocTag.DocTag;
 /**
        Create a new Symbol.
        @class Represents a symbol in the source code.
@@ -26,7 +26,8 @@ Symbol = XObject.define(
             return toQDump(t, 'Symbol.fromDump({', '})', {});//new Symbol());
         },
         */
-        init : function() {
+        init : function() 
+        {
             this.name = "";
             this.defaultValue = "";
             this.params = [];
@@ -718,7 +719,7 @@ Symbol = XObject.define(
                
             }
             return r;
-          }
+        }
 });