Update old xmldoc

This commit is contained in:
Susko3 2024-04-17 13:30:41 +02:00
parent 13b2c6ebba
commit 8f5e52d944
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace SDL3.SourceGeneration
None,
/// <summary>
/// Change <c>const char*</c> function parameters to <c>SDLUtf8String</c>.
/// Change <c>const char*</c> function parameters to <see cref="Helper.Utf8StringStructName"/>.
/// </summary>
ChangeParamsToUtf8String = 1 << 0,