JSDOC/DocTag.js
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:44:50 +0000 (18:44 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:44:50 +0000 (18:44 +0800)
JSDOC/DocTag.js

index e761d1f..7ca364f 100644 (file)
@@ -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;