blob: a3c782ac9b212b15328adca1bc07a844e0efada0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
RDoc is a documentation tool for Ruby source files. It understands
Ruby syntax, and automatically extracts class, module, method, and
attribute definitions, building a structured set of HTML ages
documenting your programs. It also extracts any comment block
associated with program elements, formatting these using a natural
markup scheme (the intent being that the source code should not have
to have too much extra annotation when used by RDoc).
Author: Dave Thomas <dave@pragmaticprogrammer.com>
WWW: http://rdoc.sourceforge.net/
|