All Projects → neuecc → Markdowngenerator

neuecc / Markdowngenerator

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

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] = dll src path
  • [1] = output directory
  • [2] = regex pattern to select namespaces (optional)

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

for example

MarkdownGenerator.exe UniRx.dll md
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].