(c) Use @brief when no results from TS
This commit is contained in:
@@ -107,7 +107,10 @@ return {
|
|||||||
use_default_comment = false,
|
use_default_comment = false,
|
||||||
|
|
||||||
doxygen = {
|
doxygen = {
|
||||||
{ nil, "/* $1 */", { no_results = true } },
|
{ nil, "/**", { no_results = true } },
|
||||||
|
{ nil, " * @brief $1", { no_results = true } },
|
||||||
|
{ nil, " */", { no_results = true } },
|
||||||
|
|
||||||
{ nil, "/**" },
|
{ nil, "/**" },
|
||||||
{ nil, " * @brief $1" },
|
{ nil, " * @brief $1" },
|
||||||
{ nil, " *" },
|
{ nil, " *" },
|
||||||
|
|||||||
Reference in New Issue
Block a user