gsferreira / xmldoc2md

Tool to generate markdown from C# XML documentation

Home Page:https://charlesdevandiere.github.io/xmldoc2md/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMLDoc2Markdown

Tool to generate markdown from C# XML documentation.

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.

About

Tool to generate markdown from C# XML documentation

https://charlesdevandiere.github.io/xmldoc2md/

License:MIT License


Languages

Language:C# 99.6%Language:Batchfile 0.4%