fix(javadoc) Improper placement (#78)

This commit is contained in:
danymat
2022-03-08 20:19:56 +01:00
parent 423360a8cc
commit 92827d0a1c

View File

@@ -9,7 +9,7 @@ return {
{ nil, " * $1" }, { nil, " * $1" },
{ nil, " *" }, { nil, " *" },
{ i.Parameter, " * @param %s $1" }, { i.Parameter, " * @param %s $1" },
{ i.ClassAttribute, "* @property %s $1" }, { i.ClassAttribute, " * @property %s $1" },
{ i.Return, " * @return $1" }, { i.Return, " * @return $1" },
{ i.Throw, " * @throws $1" }, { i.Throw, " * @throws $1" },
{ nil, " */" }, { nil, " */" },