summaryrefslogtreecommitdiff
path: root/lib/rdoc
AgeCommit message (Expand)Author
2004-01-06Split out ri display code and make pluggabledave
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2004-01-05Fix parsing where braces appear in method parameter listdave
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-31Fix problem with "// in sss.c" filenames not being relativedave
2003-12-31Fix problem with private alias to public methoddave
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-30Fix problem when class name is also a method namedave
2003-12-29Fix parse problem with complex yieldsdave
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-28RDoc Struct and randomdave
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-27Fix quoting of method names in regexpdave
2003-12-27Add support for rules in ri outputdave
2003-12-27Add "Document-method:" capabilitydave
2003-12-27Some Ruby source uses Init_xxx (lower case for the class name)dave
2003-12-26Backport fix to add_rules to 1.8 (sorry, NaHi)dave
2003-12-24Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave
2003-12-24Forgot to save buffer.... sighdave
2003-12-23RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave
2003-12-21Add file.c comments (and necessary support in parse_c.rb)dave
2003-12-19Document Class and Dirdave
2003-12-19Add boot_classes to rdoc parsing, fix a couple of bugsdave
2003-12-19Fix dependency issuedave
2003-12-18Annotate enum.c. Add pager support, and report on methods in included modulesdave
2003-12-17Add pager support to ri, and start implementing command line optionsdave
2003-12-16commit missdave
2003-12-16Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave
2003-12-16Initial load of support for ri/rdoc integrationdave
2003-12-07Support inline source in Kilmer templatedave
2003-12-04Try to give nicer error messages on internal failuresdave
2003-12-03Implicitly define classes in 'class <<ClassName' if we haven't come across th...dave
2003-12-03Missing filedave
2003-12-01Allow string as argument to alias_methoddave
2003-12-01Add RDocdave