Easily turn your .NET XML comments into documentation. Dead simple to use. No need for utilities that use reflection and output static HTML files. Just drop the *.xml comment files that Visual Studio generates and you're good to go. Inspired by DocFx, but hopefully even simpler to use considering you have one web page here versus dozens of static HTML files.
The only required configuration takes place in the "config.js" file in the root of the project. It contains the paths to the XML comment files that will be loaded.
Other customizations can easily be made in the index.html. Common modifications, such as title and this page itself, are clearly marked.
Just copy the project and XML comment files to your destination and you're done. The application is completely client-side and requires no special web server configuration.
The entire application consists of only the following files:
Learn more about XML comment documentation: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/
CfxDoc Code Library Documentation | © RiverFront Solutions