From: Alan Knowles Date: Mon, 11 May 2015 10:44:50 +0000 (+0800) Subject: JSDOC/DocTag.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=8aa812710151f97b6c1eaa557e73658ef09d830d JSDOC/DocTag.js --- diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index e761d1f..7ca364f 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -97,6 +97,7 @@ DocTag = XObject.define( src = src.trim(); if (this.title == "cfg" && src.match(/^\([^)]+\)/)) { var m = src.match(/^\(([^)]+)\)/); + print(m); if (m[1].match(/\|/)) { var opts = m[1].split(/\|/); this.optvalues = opts;