X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FSymbol.js;h=bcc84a179ce387b94057f1095988bbd67823090f;hp=33130621bd47b59721b47fc506fe10b4aab5b84e;hb=1bd252155a7c4304ae8cfbad003afe0a8f3fc275;hpb=6ce18f583e547e5c3a6b2dbeca2cb91b2f642861 diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index 3313062..bcc84a1 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -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; - } + } });