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 4eca0da commit 2f71ab2
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 Markdown.

```csharp
public static int GenerateMarkdown(MarkdownGeneratorSettings settings)
public static int GenerateMarkdown(ServiceParser parser, MarkdownGeneratorSettings settings)
```

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

## Return Value
Expand Down

0 comments on commit 2f71ab2

Please sign in to comment.