JSDOC/DocTag.js
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:43:33 +0000 (18:43 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:43:33 +0000 (18:43 +0800)
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();
+                    
                     
                 }