From a7a2eca704fa3d2b71a0698b53d2c58243eb9d31 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 May 2015 18:55:41 +0800 Subject: [PATCH] JSDOC/DocTag.js --- JSDOC/DocTag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index b703d0b..2d5c9a2 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -110,7 +110,7 @@ DocTag = XObject.define( var m = src.match(/^\(([^)]+)\)/); print(m); if (m[1].match(/\|/)) { - var opts = m[1].split(/\\s*|\s*/); + var opts = m[1].split(/\s*\|\s*/); this.optvalues = opts; src = src.substring(m[0].length).trim(); print(src); -- 2.39.2