Skip to content

Commit

Permalink
Documentation updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
FacilityApiBot committed Jul 4, 2024
1 parent d5fdab0 commit 57efcf1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
Generates Python.

```csharp
public static int GeneratePython(PythonGeneratorSettings settings)
public static int GeneratePython(ServiceParser parser, PythonGeneratorSettings settings)
```

| parameter | description |
| --- | --- |
| parser | The parser. |
| settings | The settings. |

## Return Value
Expand Down

0 comments on commit 57efcf1

Please sign in to comment.