JSDOC/DocComment.js
[gnome.introspection-doc-generator] / JSDOC / DocComment.js
index 51e6270..740dce2 100644 (file)
@@ -44,7 +44,6 @@ DocComment = XObject.define(
             ['isUserComment','src', 'meta',  'tags'].forEach(function(k) {
                 ret[k] = _this[k];
             })
-            ret.tags = array2object(this.tags,true);
             
             return ret;
         },