I found Sandcastle is widely used for C# API documentation purposes.
- Can Sandcastle be running on Mac with Mono?
- What are mono tools for API documentation? How is this different from Sandcastle?
|
I found Sandcastle is widely used for C# API documentation purposes.
| |||
|
feedback
|
|
I believe Mono generally uses Monodoc. As I understand it, this is a somewhat different format - but it can extract XML documentation from C# code as normal. See the "generating documentation" page for more information. | |||
|
feedback
|