How do I use Monodoc in MonoDevelop-Unity?

hi,

I’ve been keeping a separate documentation file because I never figured out how to use Monodoc in MonoDevelop. I assume Monodoc compiles inline comments into a browsable form? That would be wonderful.

Is it a separate tool I have to download? I couldn’t find it in MonoDevelop’s menu. Where can I find its documentation or a tutorial to get started?

I’ll be very grateful if somebody could shed some light on this!

Jason

I haven’t had much luck with Monodoc.

I use doxygen which makes beautiful docs from C# XML comments

You just set up a doxygen project and point it at your code directory(ies)