mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-03-14 21:06:58 +01:00
Fixed function description in IDE
This commit is contained in:
parent
eb2d4115af
commit
f8c45659a3
2 changed files with 518 additions and 518 deletions
|
@ -157,8 +157,8 @@ namespace RaylibBeefGenerator
|
|||
{
|
||||
var func = API.Functions[i];
|
||||
|
||||
AppendLine($"[Import(RAYLIB_LIB), CallingConvention(.Cdecl), LinkName(\"{func.Name}\")]");
|
||||
AppendLine($"/// {func.Description}");
|
||||
AppendLine($"[Import(RAYLIB_LIB), CallingConvention(.Cdecl), LinkName(\"{func.Name}\")]");
|
||||
AppendLine($"public static extern {func.ReturnType.ConvertTypes()} {func.Name.ConvertName()}({Parameters2String(func.Params)});");
|
||||
AppendLine("");
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue