I'm building a RESTful API in ASP.NET. I'd like to document its features with a tool that will keep all the functionality and actions organized and grouped for easy editing and can export the documentation in various formats (HTML, PDF).
I'm not looking for an auto-generating script that will parse my code - especially since the internal methods and properties would be mostly meaningless for the end users of the API.