heavenshell / vim-jsdoc

Generate JSDoc to your JavaScript code.
BSD 3-Clause "New" or "Revised" License
452 stars 44 forks source link

After upgrade, it generates invalid jsdoc #28

Closed IonicaBizau closed 9 years ago

IonicaBizau commented 9 years ago

I'm not sure what's going on:

/**
 * ParentSearch
 *
 * @name ParentSearch
 * @function
 * @param a {String} Foo
 */
function ParentSearch(a) {
}

I expect to get * @param {String} a Foo