JSDOC/DocTag.js
[gnome.introspection-doc-generator] / 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;