Is there an online documentation generator for c#?

peledzohar

Zohar Peled

Posted on November 12, 2019

Is there an online documentation generator for c#?

I've been looking all over and all the documentation generators for c# I've found needs to be installed on the developer's computer - at least as a visual studio extension.

I can't install anything on my computer, and since it's for a side project I really wouldn't want to ask the IT department to install SandCastle (or DocFx or whatever) for me.

Isn't there a free only xml-to-html converter that can generate a half-decent html documentation from a project's xml documentation file?

Sure, it can be done using xslt and css, but I was kinda hoping there's already something out there, since it's been at least 15 years since I've last worked with xslt and probably 10 since I last wrote css...

💖 💪 🙅 🚩
peledzohar
Zohar Peled

Posted on November 12, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

The best C# REPL is in your terminal
programming The best C# REPL is in your terminal

September 12, 2023

Facade Pattern in C#
beginners Facade Pattern in C#

April 23, 2023

Explain IoC Container like I'm Five
explainlikeimfive Explain IoC Container like I'm Five

February 16, 2020