aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* Add one_page_htmldave2004-01-251-0/+116
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-204-45/+28
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-01-191-1/+1
* Display full name in class listdave2004-01-122-3/+3
* Checked in wrong version... :(dave2004-01-121-1/+7
* Try to use DESTDIR when installingdave2004-01-121-0/+1
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-123-8/+21
* Add HTML formatter to ridave2004-01-111-25/+152
* ri now accepts options via RI environment variabledave2004-01-101-0/+6
* Fix problem with agreesive name matching (see ChangeLog)dave2004-01-072-9/+23
* Check for shebang line in file that would otherwise be treated as plain textdave2004-01-061-1/+13
* Split out ri display code and make pluggabledave2004-01-063-0/+386
* Add RDoc to build. Add --ri-system to RDocdave2004-01-052-31/+49
* Add --ri-system optiondave2004-01-052-6/+18
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-0211-51/+132
* Make file in '// in sss.c' relativedave2003-12-311-1/+3
* Fix problem with private alias to public methoddave2003-12-311-3/+7
* Add RDoc for kernel functions, and tidy updave2003-12-301-14/+31
* Fix problem when class and method names the samedave2003-12-301-6/+17
* Fix HTML generated for .chm post-processingdave2003-12-301-0/+1
* Fix parse problem with complex yieldsdave2003-12-291-2/+4
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-291-1/+1
* RDoc Struct and randomdave2003-12-281-1/+3
* Add RDoc documentation for stuff in object.cdave2003-12-282-19/+42
* Fix quoting of method names in regexpdave2003-12-271-2/+2
* Add support for rules in ri outputdave2003-12-272-2/+6
* Add "Document-method:" capabilitydave2003-12-271-1/+35
* Some Ruby source uses Init_xxx (lower case for the class name)dave2003-12-271-1/+3
* Fix problem with rule calculationdave2003-12-251-0/+2
* Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave2003-12-241-10/+7
* Forgot to save buffer.... sighdave2003-12-2412-1299/+1645
* RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave2003-12-231-1/+3
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-214-54/+112
* Document Class and Dirdave2003-12-191-1/+5
* Add boot_classes to rdoc parsing, fix a couple of bugsdave2003-12-193-3/+9
* Fix dependency issuedave2003-12-192-18/+72
* Annotate enum.c. Add pager support, and report on methods in included modulesdave2003-12-189-13/+138
* Add pager support to ri, and start implementing command line optionsdave2003-12-171-0/+158
* commit missdave2003-12-161-1/+2
* Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave2003-12-168-41/+105
* Initial load of support for ri/rdoc integrationdave2003-12-1610-9/+992
* Support inline source in Kilmer templatedave2003-12-072-0/+21
* Try to give nicer error messages on internal failuresdave2003-12-041-1/+17
* Implicitly define classes in 'class <<ClassName' if we haven't come across th...dave2003-12-031-1/+5
* Missing filedave2003-12-032-1/+256
* Allow string as argument to alias_methoddave2003-12-011-0/+2
* Add RDocdave2003-12-0134-0/+12296