I ran the tests, just not checkstyle.
This commit is contained in:
SquidDev 2020-11-28 12:13:43 +00:00
parent 6734a0e112
commit e2761bb315
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ public final String[] list( String path ) throws LuaException
* @return The new path, with separators added between parts as needed.
* @cc.tparam string path The first part of the path. For example, a parent directory path.
* @cc.tparam string ... Additional parts of the path to combine.
* @throws LuaException On argument errors.
*/
@LuaFunction
public final String combine( IArguments arguments ) throws LuaException