We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42022c3 commit ed61bdbCopy full SHA for ed61bdb
parser/raylib_parser.c
@@ -139,7 +139,7 @@ typedef struct EnumInfo {
139
// Function info data
140
typedef struct FunctionInfo {
141
char name[64]; // Function name
142
- char desc[128]; // Function description (comment at the end)
+ char desc[256]; // Function description (comment at the end)
143
char retType[32]; // Return value type
144
int paramCount; // Number of function parameters
145
char paramType[MAX_FUNCTION_PARAMETERS][32]; // Parameters type
0 commit comments