JSDOC/DocTag.js
[gnome.introspection-doc-generator] / JSDOC / DocTag.js
index e5449ab..ce442d5 100644 (file)
@@ -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());
-        } ,
-        */
+            
+        },
+        
 
 
         /**