Tool to generate markdown from C# XML documentation.
dotnet tool install -g XMLDoc2Markdown
xmldoc2md <DLL_SOURCE_PATH> <OUTPUT_DIRECTORY>
xmldoc2md Sample.dll docs
xmldoc2md -h
See complete documentation here.
Tool to generate markdown from C# XML documentation.
dotnet tool install -g XMLDoc2Markdown
xmldoc2md <DLL_SOURCE_PATH> <OUTPUT_DIRECTORY>
xmldoc2md Sample.dll docs
xmldoc2md -h
See complete documentation here.