Wikunia / brackets-FuncDocr

FuncDocr generates JS/PHPDoc annotations for your functions
101 stars 14 forks source link

Not working after update #67

Closed tushar-borole closed 8 years ago

tushar-borole commented 8 years ago

after update, if function dont have a params it dont work, for example

// will not work
 $scope.getAllVersion=function(){

    }
//will work
$scope.getAllVersion=function(asad){

    }
Wikunia commented 8 years ago

hi @tushariscoolster thanks for the issue, I will work on that one.