Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 493 (100.0%) | 34112 (100.0%) | 69.1 |
/ | 191 (38.7%) | 15005 (44.0%) | 78.5 |
lib/rdoc/parsers/ | 67 (13.6%) | 3586 (10.5%) | 53.5 |
lib/rdoc/generators/template/html/ | 21 (4.3%) | 3340 (9.8%) | 159.0 |
lib/rdoc/ | 50 (10.1%) | 3027 (8.9%) | 60.5 |
lib/rdoc/ri/ | 69 (14.0%) | 2234 (6.5%) | 32.3 |
lib/rdoc/generators/ | 29 (5.9%) | 2143 (6.3%) | 73.8 |
lib/rdoc/markup/simple_markup/ | 18 (3.7%) | 1732 (5.1%) | 96.2 |
lib/rdoc/markup/test/ | 4 (0.8%) | 659 (1.9%) | 164.7 |
bin/ | 13 (2.6%) | 634 (1.9%) | 48.7 |
lib/rdoc/markup/ | 2 (0.4%) | 478 (1.4%) | 239.0 |
lib/ | 15 (3.0%) | 353 (1.0%) | 23.5 |
lib/test/ | 2 (0.4%) | 262 (0.8%) | 131.0 |
lib/rdoc/dot/ | 1 (0.2%) | 255 (0.7%) | 255.0 |
lib/rdoc/generators/template/xml/ | 2 (0.4%) | 224 (0.7%) | 112.0 |
lib/rdoc/generators/template/chm/ | 2 (0.4%) | 87 (0.3%) | 43.5 |
lib/rdoc/markup/sample/ | 2 (0.4%) | 58 (0.2%) | 29.0 |
ext/tcltklib/sample/ | 1 (0.2%) | 15 (0.0%) | 15.0 |
lib/net/ | 1 (0.2%) | 9 (0.0%) | 9.0 |
ext/socket/ | 1 (0.2%) | 5 (0.0%) | 5.0 |
ext/ | 1 (0.2%) | 5 (0.0%) | 5.0 |
lib/cgi/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
Allow for colons in DOS file names
6 lines of code changed in:
Fix problem in ri formatting if heading contains markup
37 lines of code changed in:
Update kilmer template to use sections
35 lines of code changed in:
Don't show r/w accessot flags if none were specified for custom attributes
10 lines of code changed in:
Never exclude files given on command line
10 lines of code changed in:
Fix CSS typo that meant h2 headings were invisible
7 lines of code changed in:
Ignore leading and trailing lines in :section: blocks
53 lines of code changed in:
Fix problem with :section: and new 1.9
7 lines of code changed in:
Don't include 'require's with variable arguments
9 lines of code changed in:
1. Force --inline-source if --one-file given
2. Add new :section: directive which starts a new section in the output.
The title following :section: is used as the section heading, and the
remainder of the comment containing the section is used as
introductory text. Subsequent methods, aliases, attributes,
and classes will be documented in this section.
480 lines of code changed in:
Change version numbering of RDoc and ri
7 lines of code changed in:
Fix bug where parent class wasn't being detected if the
child class was defined using the A::B notation.
8 lines of code changed in:
Restore correct :nodoc: behavior with nested classes
7 lines of code changed in:
Commit missed file.. Sorry folks
5 lines of code changed in:
RDoc can now deal with "attr" used as a variable
7 lines of code changed in:
Support "require" as variable name in RDoc
13 lines of code changed in:
Add documentation to fork()
16 lines of code changed in:
Add simple formatter to ri
76 lines of code changed in:
Fix up cross-file class merging
11 lines of code changed in:
James Buck's patch for call-seq
11 lines of code changed in:
(137 more)