From: Alan Knowles Date: Mon, 11 May 2015 10:45:38 +0000 (+0800) Subject: JSDOC/DocTag.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=034f41843c8e4cf609fe974cdbb8a7413383628f JSDOC/DocTag.js --- diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index 8e8afec..ffa343b 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -93,7 +93,7 @@ DocTag = XObject.define( } // if type == @cfg, and matches (|....|...) - /* + src = src.trim(); if (this.title == "cfg" && src.match(/^\([^)]+\)/)) { var m = src.match(/^\(([^)]+)\)/); @@ -109,7 +109,6 @@ DocTag = XObject.define( } - */ this.desc = src; // whatever is left