ref(c) Use type name instead of jump (#80)
This commit is contained in:
@@ -8,7 +8,7 @@ return {
|
|||||||
|
|
||||||
{ nil, "/**", { type = { "func", "class", "type" } } },
|
{ nil, "/**", { type = { "func", "class", "type" } } },
|
||||||
{ i.ClassName, " * @class %s", { type = { "class" } } },
|
{ i.ClassName, " * @class %s", { type = { "class" } } },
|
||||||
{ i.Type, " * @typedef $1", { type = { "type" } } },
|
{ i.Type, " * @typedef %s", { type = { "type" } } },
|
||||||
{ nil, " * @brief $1", { type = { "func", "class", "type" } } },
|
{ nil, " * @brief $1", { type = { "func", "class", "type" } } },
|
||||||
{ nil, " *", { type = { "func", "class", "type" } } },
|
{ nil, " *", { type = { "func", "class", "type" } } },
|
||||||
{ i.Tparam, " * @tparam %s $1" },
|
{ i.Tparam, " * @tparam %s $1" },
|
||||||
|
|||||||
Reference in New Issue
Block a user