(c/cpp) Use return instead of returns (#22)
This commit is contained in:
@@ -122,7 +122,7 @@ return {
|
|||||||
{ nil, " *" },
|
{ nil, " *" },
|
||||||
{ "type_identifier", " * @tparam %s $1" },
|
{ "type_identifier", " * @tparam %s $1" },
|
||||||
{ "parameters", " * @param %s $1" },
|
{ "parameters", " * @param %s $1" },
|
||||||
{ "return_statement", " * @returns $1" },
|
{ "return_statement", " * @return $1" },
|
||||||
{ nil, " */" },
|
{ nil, " */" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user