Skip to content

GraphExec/Dextem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dextem

Dextem is a simple .NET library to convert Visual Studio XML Documentation to GitHub Markdown. It is based on this nice, succinct Gist: dx2md.

Dextem API Reference

See the result of Dextem at work. It processed its xml documentation and produced the following results: Dextem API Reference.

Dextem.Build

Meant to run Post-build, Dextem.Build is a console application that uses the default Dextem API to create a markdown file based on a project's XML Documentation file. See the full Dextem.Build Command-Line Reference.

Simply add a line to your Post-Build event:

Dextem.Build.exe $(TargetDir)$(ProjectName).XML <filename>.md

Note: The target project must be configured to output its XML documentation file. More Info

About

Dextem is a Portable .NET library to convert Visual Studio XML Documentation to GitHub Markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages