From: Alan Knowles Date: Mon, 11 May 2015 10:45:29 +0000 (+0800) Subject: JSDOC/DocTag.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=fd55e17a11d30ce5988ecac0402e78ba803a17a4 JSDOC/DocTag.js --- diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index ffa343b..8e8afec 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,6 +109,7 @@ DocTag = XObject.define( } + */ this.desc = src; // whatever is left