JSDOC/DocTag.js
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:45:29 +0000 (18:45 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 10:45:29 +0000 (18:45 +0800)
JSDOC/DocTag.js

index ffa343b..8e8afec 100644 (file)
@@ -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