Fix behavior when calling different types
This Closes #5 and exposes something that I was not aware of: lua seems to perform shallow copies when doing table assignments
This commit is contained in:
@@ -74,7 +74,7 @@ return {
|
||||
jsdoc = {
|
||||
{ nil, "/* */", { no_results = true } },
|
||||
{ nil, "/**" },
|
||||
{ "class_tag", " * @classdesc", { before_first_item = { " * ", " * @class" } } },
|
||||
{ "class_tag", " * @classdesc", { before_first_item = { " * ", " * @class" }, type = { "class" } } },
|
||||
{ "parameters", " * @param {any} %s " },
|
||||
{ "return_statement", " * @returns {any} " },
|
||||
{ nil, " */" },
|
||||
|
||||
Reference in New Issue
Block a user