I'm working on a unity / C# project. I've added many documentation comments throughout the project (in the style of ///<summary></summary>) as is the standard for C# projects.
I can't seem to figure out how to just simply generate markdown from these comments. I've searched everywhere and the only tools I've found either only generate html, require you to use custom attributes on everything, or just simply don't work. I'm at a loss because this seems like a very common thing to want to do, but there doesn't seem to be anything out there that does this. Does anybody know of the correct tool?