Is there a good, solid reference for proper RDoc syntax?

Viewed 30664

I'm looking for a good, solid reference for proper RDoc syntax. Recommendations? I can't seem to find anything that clearly shows:

  1. How to document class methods and their parameters
  2. How to document what a class or class method does.
3 Answers
Related