X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FSymbol.js;h=47f4115ad5fae6ab0d7cf7014f154be58b57ecf7;hb=99deda5ca0ba47a91e60a7513e9a3a9d77267822;hp=14e1490aa17391c185ce4b4a9ceb54600ab031fb;hpb=5f7175b7f215720db43685129f15834ab2e2eb46;p=gnome.introspection-doc-generator diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index 14e1490..47f4115 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -84,7 +84,13 @@ Symbol = XObject.define( case 'function': continue; case 'object': - + switch(i) { + case 'params' : ret[i] = array2object(this[i],true); continue; + + } + + + print("object? :" + i); Seed.quit(); case 'string':