From: Alan Knowles Date: Mon, 11 May 2015 10:45:14 +0000 (+0800) Subject: JSDOC/DocTag.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=d9dd7890a864631c253aba4de205c60a7ef8e0bb JSDOC/DocTag.js --- diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index 7ca364f..ffa343b 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -102,6 +102,7 @@ DocTag = XObject.define( var opts = m[1].split(/\|/); this.optvalues = opts; src = src.substring(m[0].length).trim(); + print(src); }