DEV Community

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

Collapse
 
bijington profile image
Shaun Lawrence

Docfx does not have to be installed on your machine. Assuming you have access to Visual Studio as you are writing C# then you could consume the docfx command line NuGet package.

nuget.org/packages/docfx.console

Collapse
 
peledzohar profile image
Zohar Peled

Thanks, I'll check it out

Collapse
 
peledzohar profile image
Zohar Peled

Thank you! I've been looking into DocFx and it seems like this is something I can work with.