Fixed function description in IDE

This commit is contained in:
Braedon Lewis 2023-03-19 14:56:37 -04:00
parent eb2d4115af
commit f8c45659a3
2 changed files with 518 additions and 518 deletions

View file

@ -157,8 +157,8 @@ namespace RaylibBeefGenerator
{ {
var func = API.Functions[i]; var func = API.Functions[i];
AppendLine($"[Import(RAYLIB_LIB), CallingConvention(.Cdecl), LinkName(\"{func.Name}\")]");
AppendLine($"/// {func.Description}"); 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($"public static extern {func.ReturnType.ConvertTypes()} {func.Name.ConvertName()}({Parameters2String(func.Params)});");
AppendLine(""); AppendLine("");
} }

File diff suppressed because it is too large Load diff