Add support for empty jsdoc comment

This commit is contained in:
Daniel Mathiot
2021-08-24 12:09:43 +02:00
parent 98329fcf77
commit 3a40a1d111
3 changed files with 16 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ return {
use_default_comment = false,
jsdoc = {
{ nil, "/* */", { no_results = true } },
{ nil, "/**" },
{ "parameters", " * @param {any} %s " },
{ "return_statement", " * @returns {any} " },