Fixed fields have incorrect realm

This commit is contained in:
EvilFactory
2024-08-26 18:59:39 -03:00
parent 7455b5b1c1
commit 303f1cfb0b

View File

@@ -389,7 +389,7 @@ namespace LuaDocsGenerator
sb.Append("-- ");
sb.Append(name);
sb.AppendLine($", field of type {returnName}");
sb.AppendLine("-- @realm shared");
sb.AppendLine($"-- @realm {realm}");
sb.AppendLine($"-- @field {name}");
return sb.ToString();