From: Alan Knowles Date: Mon, 11 May 2015 10:50:00 +0000 (+0800) Subject: JSDOC/DocTag.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=31648bbea973fdc4cf3ca0145ecd7a399cfce4e5 JSDOC/DocTag.js --- diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index 011dcd6..6b69d44 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -59,8 +59,8 @@ DocTag = XObject.define( ret[i] = this[i]; continue; default: - print("unknown type:" + typeof(this[i])); - this.toJSON = null; + print("unknown type: (" + i + ")" + typeof(this[i])); + this.toJSON = null;q print(JSON.stringify(this));; Seed.quit(); }