RDoc

  1. RDoc is an application that produces documentation for one or more Ruby source files.

  2. It works similarly to JavaDoc, parsing the source, and extracting the definition for classes, modules, and methods (along with includes and requires).

  3. It associates with these optional documentation contained in the immediately preceding comment block, and then render the result using a pluggable output formatter.



Subsecciones

Casiano Rodriguez León 2015-01-07