Initial revision of lua 'doc' function
This commit is contained in:
@@ -201,7 +201,7 @@ PlaneMap::IdVector PlaneMap::scan_radius(const std::string &plane, float x, floa
|
||||
return result;
|
||||
}
|
||||
|
||||
LuaDefine(unittests_planemap, "c") {
|
||||
LuaDefine(unittests_planemap, "", "some unit tests") {
|
||||
float SC = CELL_SCALE;
|
||||
float E = CELL_SCALE * 0.4;
|
||||
int LO = -CELL_LIMIT;
|
||||
|
||||
Reference in New Issue
Block a user