docs: update api_json.rst (#7318)

This commit is contained in:
Ikko Eltociear Ashimine
2024-11-21 19:43:20 +09:00
committed by GitHub
parent 67968c7a16
commit a99f8cec56

View File

@@ -105,7 +105,7 @@ The different "json_types" are as follows:
- ``"name"``: The name of the function pointer.
- ``"type"``: This contains the return type information for the function pointer.
- ``"docstring"``: you should know what this is.
- ``"args"``: array of ``"arg"`` Widgets. This describes the fuction arguments/parameters.
- ``"args"``: array of ``"arg"`` Widgets. This describes the function arguments/parameters.
- ``"quals"``: array of qualifiers, IE "const"
@@ -213,7 +213,7 @@ The different "json_types" are as follows:
- ``"name"``: The name of the function.
- ``"type"``: This contains the type information for the return value.
- ``"docstring"``: you should know what this is.
- ``"args"``: array of ``"arg"`` json types. This describes the fuction arguments/parameters.
- ``"args"``: array of ``"arg"`` json types. This describes the function arguments/parameters.
- ``"stdlib_type"``: This is a base type, meaning that there are no more