Restore ldoc comment

This commit is contained in:
Lwmte 2024-11-23 14:22:23 +01:00
parent 9f8ea9e13c
commit e5e625d78b

View file

@ -25,7 +25,8 @@ void Level::Register(sol::table& parent)
sol::constructors<Level()>(),
sol::call_constructor, sol::constructors<Level()>(),
// Corresponds to an entry in strings.lua.
/// (string) string key for the level's (localised) name.
// Corresponds to an entry in strings.lua.
//@mem nameKey
"nameKey", &Level::NameStringKey,