Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 945 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 945 Bytes

XMLDoc2Markdown

Tool to generate markdown from C# XML documentation. This is the improved version of XMLDoc2Markdown to work with .NET 8.

Build Status

Nuget

How to use

Install tool

dotnet tool install -g XMLDoc2Markdown

Generate documentation

xmldoc2md <DLL_SOURCE_PATH> <OUTPUT_DIRECTORY>

Example

xmldoc2md Sample.dll docs

Display command line help

xmldoc2md -h

See complete documentation here.