Manuel de la Pena wrote: > I'm in a developing group that is planning to release an opensource API > that we have developed. We are looking in to different ways of > documenting the code. We have come across monodoc and monodocer. Is it a > tool that can just be used with official mono projects??Is there any way > to use it to document our API and upload the changes to our server? > > A pointer to were locate this info would be greatly appreciated.
Yes. You can use monodocer to maintain XML documentation outside of your source files, and then monodocs2html to create static HTML documentation from that. More here, though it is probably a little outdated: http://mono-project.com/Generating_Documentation Some example output: http://razor.occams.info/code/semweb/semweb-current/apidocs/SemWeb/index.html http://www.jprl.com/Blog/archive/development/2008/OptionSet.svn.htm (the new things in the 2nd link might not be in Mono 1.1.9, not sure) Jon Pryor is working on making the process a lot nicer... -- - Josh Tauberer http://razor.occams.info "Yields falsehood when preceded by its quotation! Yields falsehood when preceded by its quotation!" Achilles to Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter) _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
