Skip to content

Commit 6082685

Browse files
Update raylib_api.* by CI
1 parent 5daeffd commit 6082685

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/parser/output/raylib_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4438,7 +4438,7 @@
44384438
},
44394439
{
44404440
"name": "IsFileExtension",
4441-
"description": "Check file extension (including point: .png, .wav)",
4441+
"description": "Check file extension (recommended include point: .png, .wav)",
44424442
"returnType": "bool",
44434443
"params": [
44444444
{

tools/parser/output/raylib_api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4027,7 +4027,7 @@ return {
40274027
},
40284028
{
40294029
name = "IsFileExtension",
4030-
description = "Check file extension (including point: .png, .wav)",
4030+
description = "Check file extension (recommended include point: .png, .wav)",
40314031
returnType = "bool",
40324032
params = {
40334033
{type = "const char *", name = "fileName"},

tools/parser/output/raylib_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ Function 125: DirectoryExists() (1 input parameters)
16701670
Function 126: IsFileExtension() (2 input parameters)
16711671
Name: IsFileExtension
16721672
Return type: bool
1673-
Description: Check file extension (including point: .png, .wav)
1673+
Description: Check file extension (recommended include point: .png, .wav)
16741674
Param[1]: fileName (type: const char *)
16751675
Param[2]: ext (type: const char *)
16761676
Function 127: GetFileLength() (1 input parameters)

tools/parser/output/raylib_api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@
10541054
<Function name="DirectoryExists" retType="bool" paramCount="1" desc="Check if a directory path exists">
10551055
<Param type="const char *" name="dirPath" desc="" />
10561056
</Function>
1057-
<Function name="IsFileExtension" retType="bool" paramCount="2" desc="Check file extension (including point: .png, .wav)">
1057+
<Function name="IsFileExtension" retType="bool" paramCount="2" desc="Check file extension (recommended include point: .png, .wav)">
10581058
<Param type="const char *" name="fileName" desc="" />
10591059
<Param type="const char *" name="ext" desc="" />
10601060
</Function>

0 commit comments

Comments
 (0)