mirror of https://github.com/ppy/SDL3-CS.git
Update old xmldoc
This commit is contained in:
parent
13b2c6ebba
commit
8f5e52d944
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue