Closed paulirish closed 7 years ago
Repro: Have a class function like:
static makeV1TableHeadings(headings) { }
Run "Add doc comments." View the result:
/** * @param {} headings */
Note there's an extra space before the curly brackets.
@paulirish I suggest to use built-in JSDoc generation support
not bad!! alright then, works for me. :)
The JSDoc snippet does generate some trailing whitespace, however. :)
Repro: Have a class function like:
Run "Add doc comments." View the result:
Note there's an extra space before the curly brackets.