mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-31 18:39:00 +08:00
docs(constants): 更新源代码生成器命名空间注释
- 将GFramework源代码生成器抽象层命名空间注释更正为GFramework源代码生成器根命名空间
This commit is contained in:
parent
2ae783c127
commit
2ae16b22eb
@ -26,7 +26,7 @@ public static class PathContests
|
|||||||
public const string GameNamespace = $"{BaseNamespace}.Game";
|
public const string GameNamespace = $"{BaseNamespace}.Game";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// GFramework源代码生成器抽象层命名空间
|
/// GFramework源代码生成器根命名空间
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const string SourceGeneratorsPath = $"{BaseNamespace}.SourceGenerators";
|
public const string SourceGeneratorsPath = $"{BaseNamespace}.SourceGenerators";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user