I found Sandcastle is widely used for C# API documentation purposes.

  1. Can Sandcastle be running on Mac with Mono?
  2. What are mono tools for API documentation? How is this different from Sandcastle?
link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.