WaToI / MarkdownGenerator

Generate markdown from C# binary & xml document for GitHub Wiki.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkdownGenerator

Generate markdown from C# binary & xml document for GitHub Wiki.

Sample: See UniRx/wiki

How to Use

Clone and open solution, build console application.

Command Line Argument

  • [0:N] = dll src path

Put .xml on same directory, use document comment for generate.

for example

MarkdownGenerator.exe a.dll b.dll c.dll  ...

About

Generate markdown from C# binary & xml document for GitHub Wiki.

License:MIT License


Languages

Language:C# 100.0%