JSDOC/DocTag.js
[gnome.introspection-doc-generator] / JSDOC / DocTag.js
index 09ac12b..e761d1f 100644 (file)
@@ -100,6 +100,8 @@ DocTag = XObject.define(
                 if (m[1].match(/\|/)) {
                     var opts = m[1].split(/\|/);
                     this.optvalues = opts;
+                    src = src.substring(m[0].length).trim();
+                    
                     
                 }