Generates Markdown from .NET XML documentation comments.
public static XmlDocMarkdownResult Generate(string inputPath, string outputPath,
XmlDocMarkdownSettings? settings)
| parameter | description |
|---|---|
| inputPath | The input assembly. |
| outputPath | The output directory. |
| settings | The settings. |
The names of files that were added, changed, or removed.
Generates Markdown from .NET XML documentation comments.
public static XmlDocMarkdownResult Generate(XmlDocInput input, string outputPath,
XmlDocMarkdownSettings? settings)
| parameter | description |
|---|---|
| input | The input. |
| outputPath | The output directory. |
| settings | The settings. |
The names of files that were added, changed, or removed.