(c) Fix cursor in c configuration

This commit is contained in:
Daniel Mathiot
2021-08-28 01:44:54 +02:00
parent 499a4301fa
commit e22c69a265

View File

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