DEV Community

Discussion on: Is there an online documentation generator for c#?

Collapse
 
fluffynuts profile image
Davyd McColl

It's a pity it doesn't seem to understand xmldocs. Xmldocs provide intellisense and I've already created xmldocs for a lot of my libraries because of that.

It's almost getting to the point where I need to just write my own generator ):

Thread Thread
 
algonzalez profile image
Al Gonzalez

Yeah, I just run it against the C# projects with the '///' XML Documentation commented code.

Thread Thread
 
fluffynuts profile image
Davyd McColl

That is the xmldoc! Their documentation suggested I'd have to use another format. I'll check it out then. Thanks 🙂