Review parameters description size (not used)
This commit is contained in:
parent
2e3cfdcc2f
commit
f7ed804131
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ typedef struct FunctionInfo {
|
||||||
int paramCount; // Number of function parameters
|
int paramCount; // Number of function parameters
|
||||||
char paramType[MAX_FUNCTION_PARAMETERS][32]; // Parameters type
|
char paramType[MAX_FUNCTION_PARAMETERS][32]; // Parameters type
|
||||||
char paramName[MAX_FUNCTION_PARAMETERS][32]; // Parameters name
|
char paramName[MAX_FUNCTION_PARAMETERS][32]; // Parameters name
|
||||||
char paramDesc[MAX_FUNCTION_PARAMETERS][8]; // Parameters description
|
char paramDesc[MAX_FUNCTION_PARAMETERS][128]; // Parameters description
|
||||||
} FunctionInfo;
|
} FunctionInfo;
|
||||||
|
|
||||||
// Struct info data
|
// Struct info data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue