XmlDocMarkdownGenerator.Generate method (1 of 2)

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.

Return Value

The names of files that were added, changed, or removed.

See Also


XmlDocMarkdownGenerator.Generate method (2 of 2)

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.

Return Value

The names of files that were added, changed, or removed.

See Also