[root]/lib/rdoc
dot
(1 files, 255 lines)
generators
(4 files, 2019 lines)
template
(0 files, 0 lines)
chm
(1 files, 87 lines)
html
(5 files, 2414 lines)
xml
(2 files, 224 lines)
markup
(2 files, 478 lines)
sample
(2 files, 58 lines)
simple_markup
(7 files, 1702 lines)
test
(3 files, 659 lines)
parsers
(5 files, 5364 lines)
ri
(10 files, 2042 lines)
set svn:eol-style
0 lines of code changed in:
* lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified
after the previous generation.
48 lines of code changed in:
Documentation cleanup.
Includes patches by Hugh Sasse:
* ping.rb
* weakref.rb
* mailread.rb
2 lines of code changed in:
cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb and pp.rb
12 lines of code changed in:
* lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this case
file name is "a:0". I don't know this really happens though...
[ruby-Bugs:3344]
1 lines of code changed in:
* lib/rdoc/diagram.rb:
- properly quote bare element attributes
- terminates dangling elements (e.g. <img>, <br>, <link>, etc)
- converts "CVS" to the more HTML-friendly acronym element
- adds missing type attributes to style elements
based on Paul Duncan's patch <pabs@pablotron.org> [ruby-core:7028]
* lib/rdoc/generators/html_generator.rb: ditto.
* lib/rdoc/generators/template/html/hefss.rb: ditto.
* lib/rdoc/generators/template/html/html.rb: ditto.
* lib/rdoc/generators/template/html/kilmer.rb: ditto.
3 lines of code changed in:
* lib/rdoc/usage.rb: supress warning.
1 lines of code changed in:
* lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]
* lib/rdoc/usage.rb: support the case when non-ruby code exists before
shebang. (this is needed when ri.bat is executed on windows)
22 lines of code changed in:
Allow for colons in DOS file names
1 lines of code changed in:
Never exclude files given on command line
5 lines of code changed in:
Ignore leading and trailing lines in :section: blocks
40 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.
42 lines of code changed in:
Change version numbering of RDoc and ri
1 lines of code changed in:
Restore correct :nodoc: behavior with nested classes
2 lines of code changed in:
Add simple formatter to ri
4 lines of code changed in:
Fix up cross-file class merging
6 lines of code changed in:
Minor fix to error message
1 lines of code changed in:
Get RDoc::usage playing better with OptionParser
3 lines of code changed in:
Add Ri environment variable support
14 lines of code changed in:
Commit miss
220 lines of code changed in:
(25 more)