tags:

views:

116

answers:

1

Are there good tutorials on how to use rdoc:

  • how to comment the source code
  • how to generate documentation
  • how to put it online

I cannot find any good information for this.

+2  A: 

Hope this help - http://rdoc.rubyforge.org/RDoc.html

But if you don't want to read a whole lot manual go here - http://handyrailstips.com/tips/12-documenting-your-application-or-plugin-using-rdoc

Or if you don't want to read at all - check this out - http://www.youtube.com/watch?v=BEdmtC03who&feature=related

Jirapong