Reference for rdoc conventions

Are there any good references for rdoc conventions used to document
classes, methods, etc? I’ve found plenty of rdoc references that
explain the basic syntax, but I haven’t found anything about
conventions for defining class usage, method usage, argument types,
exceptions, etc. I’ve looked at various libraries for examples, but
style varies a bit here and there.

-Nathan