docs(generator): 更新自动生成注册集合文档

- 修正了 GF_AutoExport_004 错误消息描述中的措辞错误
This commit is contained in:
GeWuYou 2026-04-13 20:44:01 +08:00
parent 3d169ca91f
commit 0a7d4adc59

View File

@ -152,7 +152,7 @@ partial class GameEntryPoint
| `GF_AutoExport_001` | `AutoRegisterExportedCollections` 不支持嵌套类 |
| `GF_AutoExport_002` | 指定的注册器成员不存在 |
| `GF_AutoExport_003` | 注册器成员上找不到兼容的注册方法 |
| `GF_AutoExport_004` | 被标记成员不是可枚举集合 |
| `GF_AutoExport_004` | 被标记成员不是可枚举集合 |
| `GF_AutoExport_005` | 无法推导集合元素类型 |
| `GF_AutoExport_006` | 集合成员不是实例可读成员 |
| `GF_AutoExport_007` | 注册器成员不是实例可读成员 |