From b9bf6529e69c15fa2ba84f1b08584cee94f62037 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Jul 2010 06:43:15 +0800 Subject: [PATCH] JSDOC/DocTag.js --- JSDOC/DocTag.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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()); - } , - */ + + }, + /** -- 2.39.2