Search code examples
visual-studio-2010githubdocumentationmarkdownwiki

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


I want to generate API documentation for my open source project on Github. I'd like to create them automatically from my XML Documentation Comments in my C# projects. My feeble googling has turned up bubkiss. Is there a way to do this?

I'd prefer it be in Github-style Markdown.


Solution

  • I ended up using Sandcastle to generate plain HTML and using that. Inevitably, I'll just write my own parser or a custom template for Sandcastle.

    I didn't like the learning curve for Doxygen or QDoc.