Skip to content

Commit 3d3e699

Browse files
rlparser: update raylib_api.* by CI
1 parent 47bb749 commit 3d3e699

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tools/rlparser/output/raylib_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4696,7 +4696,7 @@
46964696
},
46974697
{
46984698
"name": "LoadDirectoryFilesEx",
4699-
"description": "Load directory filepaths with extension filtering and subdir scan; some filters available: "*.*", "FILES*", "DIRS*"",
4699+
"description": "Load directory filepaths with extension filtering and subdir scan; some filters available: `*.*`,`FILES*`,`DIRS*`",
47004700
"returnType": "FilePathList",
47014701
"params": [
47024702
{

tools/rlparser/output/raylib_api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4207,7 +4207,7 @@ return {
42074207
},
42084208
{
42094209
name = "LoadDirectoryFilesEx",
4210-
description = "Load directory filepaths with extension filtering and subdir scan; some filters available: "*.*", "FILES*", "DIRS*"",
4210+
description = "Load directory filepaths with extension filtering and subdir scan; some filters available: `*.*`,`FILES*`,`DIRS*`",
42114211
returnType = "FilePathList",
42124212
params = {
42134213
{type = "const char *", name = "basePath"},

tools/rlparser/output/raylib_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ Function 146: LoadDirectoryFiles() (1 input parameters)
17891789
Function 147: LoadDirectoryFilesEx() (3 input parameters)
17901790
Name: LoadDirectoryFilesEx
17911791
Return type: FilePathList
1792-
Description: Load directory filepaths with extension filtering and subdir scan; some filters available: "*.*", "FILES*", "DIRS*"
1792+
Description: Load directory filepaths with extension filtering and subdir scan; some filters available: `*.*`,`FILES*`,`DIRS*`
17931793
Param[1]: basePath (type: const char *)
17941794
Param[2]: filter (type: const char *)
17951795
Param[3]: scanSubdirs (type: bool)

tools/rlparser/output/raylib_api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@
11251125
<Function name="LoadDirectoryFiles" retType="FilePathList" paramCount="1" desc="Load directory filepaths, files and directories, no subdirs scan">
11261126
<Param type="const char *" name="dirPath" desc="" />
11271127
</Function>
1128-
<Function name="LoadDirectoryFilesEx" retType="FilePathList" paramCount="3" desc="Load directory filepaths with extension filtering and subdir scan; some filters available: "*.*", "FILES*", "DIRS*"">
1128+
<Function name="LoadDirectoryFilesEx" retType="FilePathList" paramCount="3" desc="Load directory filepaths with extension filtering and subdir scan; some filters available: `*.*`,`FILES*`,`DIRS*`">
11291129
<Param type="const char *" name="basePath" desc="" />
11301130
<Param type="const char *" name="filter" desc="" />
11311131
<Param type="bool" name="scanSubdirs" desc="" />

0 commit comments

Comments
 (0)