From: Alan Knowles Date: Tue, 20 Jul 2010 22:43:15 +0000 (+0800) Subject: JSDOC/DocTag.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b9bf6529e69c15fa2ba84f1b08584cee94f62037 JSDOC/DocTag.js --- diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index e5449ab..ce442d5 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -39,12 +39,14 @@ DocTag = XObject.define( isOptional : false, defaultValue : '', desc : '', - /* qdump needed for cahcing? - toQDump :function(t) + /** + * serialize.. + */ + toObject :function(t) { - return JSDOC.toQDump(t, 'JSDOC.DocTag.fromDump({', '})', new JSDOC.DocTag()); - } , - */ + + }, + /**