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

index 8e8afec..ffa343b 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,7 +109,6 @@ DocTag = XObject.define(
                 
                 
             }
-            */
             
             
             this.desc = src; // whatever is left