Initial revision of lua 'doc' function
This commit is contained in:
@@ -250,7 +250,7 @@ static int64_t nthbatch(int64_t n) {
|
||||
return int64_t(0x0001000000000000) + n*256;
|
||||
}
|
||||
|
||||
LuaDefine(unittests_idalloc, "c") {
|
||||
LuaDefine(unittests_idalloc, "", "some unit tests") {
|
||||
IdGlobalPool gp;
|
||||
IdPlayerPool pp(&gp);
|
||||
IdGlobalPool gpds;
|
||||
|
||||
Reference in New Issue
Block a user