rdoc / Various
| Short description: | RDoc | |||||
|---|---|---|---|---|---|---|
| Category: | Documentation/From source | |||||
| Status: | alpha, but usable | |||||
| Created: | 2002-02-27 02:37:02 GMT | |||||
| Last update: | - | |||||
| Owner: | Dave Thomas (Projects of this owner) | |||||
| Homepage: | http://rdoc.sourceforge.net | |||||
| Download: | not available | |||||
| License: | Ruby's | |||||
| Dependency: |
|
|||||
| Description: | RDoc is a documentation tool for Ruby and C 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. For C files, it recognizes the idioms used to build Ruby extensions, extracting class, module, and method definitions from C source. For both languages it 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). |
|||||