c9c8784b35
Generates structured HTML documentation from Ruby source. Authomatically extracts class, module, method, and attribute definitions. These can be annonated using inline comments. Analyzes method visibility. Handles aliasing. Uses non-intrusive and implicit markup in the comments. Package submitted by Miguel Mendez via PR pkg/20312 with some cleanups by me.
6 lines
325 B
Text
6 lines
325 B
Text
RDoc - Documentation from Ruby Source Files
|
|
|
|
Generates structured HTML documentation from Ruby source.
|
|
Authomatically extracts class, module, method, and attribute definitions.
|
|
These can be annonated using inline comments. Analyzes method visibility.
|
|
Handles aliasing. Uses non-intrusive and implicit markup in the comments.
|