From 031d0d1e11cf1d771166a2925df07ed8add0b972 Mon Sep 17 00:00:00 2001
From: GeWuYou <95328647+GeWuYou@users.noreply.github.com>
Date: Wed, 8 Apr 2026 12:18:28 +0800
Subject: [PATCH] =?UTF-8?q?docs(Config):=20=E6=9B=B4=E6=96=B0=20SchemaConf?=
=?UTF-8?q?igGenerator=20=E6=96=87=E6=A1=A3=E6=B3=A8=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 添加 isDirectChildOfRoot 参数的文档说明
---
GFramework.SourceGenerators/Config/SchemaConfigGenerator.cs | 1 +
1 file changed, 1 insertion(+)
diff --git a/GFramework.SourceGenerators/Config/SchemaConfigGenerator.cs b/GFramework.SourceGenerators/Config/SchemaConfigGenerator.cs
index 38fe13bf..09a7845c 100644
--- a/GFramework.SourceGenerators/Config/SchemaConfigGenerator.cs
+++ b/GFramework.SourceGenerators/Config/SchemaConfigGenerator.cs
@@ -474,6 +474,7 @@ public sealed class SchemaConfigGenerator : IIncrementalGenerator
/// Schema 文件路径。
/// Schema 原始字段名。
/// 逻辑字段路径。
+ /// 字段是否直接从属于 schema 根对象。
/// 字段是否必填。
/// 可选的引用表名。
/// 不满足条件时输出的诊断。