tomspilman / SharpDoc

SharpDoc is a documentation tool to generate HTML documentation for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SharpDoc is a documentation tool to generate HTML documentation for .NET projects.

An example documentation can be found at SharpDX Documentation

This documentation system is delivering a high quality documentation and fully generated class API reference. Current features are:

  • Generates Class API Reference from .NET assemblies and XML documentation file
  • Fully template based system using the simple and powerfull Razor template engine. Develop your page using cshtml, css, Javascript and C#
  • Easily stylable, customizable, overridable
  • Clean Class Library Reference generated from assemblies, using JavaScript and CSS for a better user experience
  • Support for namespace and assembly documentation
  • Support for custom user topics and table of contents
  • Links to MSDN .NET documentation
  • Easier to maintain and faster than Sandcastle

TODO: Add more information on usage

About

SharpDoc is a documentation tool to generate HTML documentation for .NET projects

License:MIT License