(c) Use @brief when no results from TS

This commit is contained in:
danymat
2021-11-08 20:53:10 +01:00
parent d04b657c88
commit e87b4a20f3

View File

@@ -107,7 +107,10 @@ return {
use_default_comment = false,
doxygen = {
{ nil, "/* $1 */", { no_results = true } },
{ nil, "/**", { no_results = true } },
{ nil, " * @brief $1", { no_results = true } },
{ nil, " */", { no_results = true } },
{ nil, "/**" },
{ nil, " * @brief $1" },
{ nil, " *" },