Create html documentation for C# code
Doxygen or Sandcastle help file builder are the primary tools that will extract XML documentation into HTML (and other forms) of external documentation. Note that you can combine these documentation exporters with documentation generators – as you’ve discovered, Resharper has some rudimentary helpers, but there are also much more advanced tools to do this specific … Read more