Fixed fields have incorrect realm
This commit is contained in:
@@ -389,7 +389,7 @@ namespace LuaDocsGenerator
|
|||||||
sb.Append("-- ");
|
sb.Append("-- ");
|
||||||
sb.Append(name);
|
sb.Append(name);
|
||||||
sb.AppendLine($", field of type {returnName}");
|
sb.AppendLine($", field of type {returnName}");
|
||||||
sb.AppendLine("-- @realm shared");
|
sb.AppendLine($"-- @realm {realm}");
|
||||||
sb.AppendLine($"-- @field {name}");
|
sb.AppendLine($"-- @field {name}");
|
||||||
|
|
||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
|
|||||||
Reference in New Issue
Block a user