reverted parser output changes
This commit is contained in:
parent
1aea876269
commit
6d6ab7e6f5
|
|
@ -4333,7 +4333,7 @@
|
|||
},
|
||||
{
|
||||
"name": "GetApplicationDirectory",
|
||||
"description": "Get the directory of the running application (uses static string)",
|
||||
"description": "Get the directory if the running application (uses static string)",
|
||||
"returnType": "const char *"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1641,7 +1641,7 @@ Function 126: GetWorkingDirectory() (0 input parameters)
|
|||
Function 127: GetApplicationDirectory() (0 input parameters)
|
||||
Name: GetApplicationDirectory
|
||||
Return type: const char *
|
||||
Description: Get the directory of the running application (uses static string)
|
||||
Description: Get the directory if the running application (uses static string)
|
||||
No input parameters
|
||||
Function 128: ChangeDirectory() (1 input parameters)
|
||||
Name: ChangeDirectory
|
||||
|
|
|
|||
|
|
@ -603,7 +603,7 @@
|
|||
<Overload retVal="const char" descr="Get current working directory (uses static string)"></Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="GetApplicationDirectory" func="yes">
|
||||
<Overload retVal="const char" descr="Get the directory of the running application (uses static string)"></Overload>
|
||||
<Overload retVal="const char" descr="Get the directory if the running application (uses static string)"></Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="ChangeDirectory" func="yes">
|
||||
<Overload retVal="bool" descr="Change working directory, return true on success">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user