From 9a2299b65bb12637d13b14ba127d913d703947ee Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 May 2015 18:54:51 +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 2e5dfdb..b703d0b 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(/\|/); + var opts = m[1].split(/\\s*|\s*/); this.optvalues = opts; src = src.substring(m[0].length).trim(); print(src); -- 2.39.2