visual studio 2010 - Is there a way to generate a documentation wiki for github from my XML documentation comments in C#? -


i want generate api documentation open source project on github. i'd create them automatically xml documentation comments in c# projects. feeble googling has turned bubkiss. there way this?

i'd prefer in github-style markdown.

after searching around bit, found gem of gist:

generates markdown vs xml documentation file

it prints c# xml -> markdown console. i'm sure can refined further, great start. i've tested it, , it's totally working.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -