summaryrefslogtreecommitdiff
path: root/lib/rdoc
AgeCommit message (Expand)Author
2004-03-24Allow templates to be specified outside the RDoc treedave
2004-03-20Force RDoc html background to whitedave
2004-03-01Allow aliases to have parenthesesdave
2004-02-29Handle :nodoc: om singleton classesdave
2004-02-24Improve heuristic for which files to include. See ChangeLogdave
2004-02-24Deal with case where first file processed contains a :stopdoc:dave
2004-02-23Handle class vars in code listingsdave
2004-02-23Handle aliases in C filesdave
2004-02-23Check opdir _before_ parsing filesdave
2004-02-23Fix constant value extraction. Escape HTML in constant valuesdave
2004-02-19missdave
2004-02-19Support visibility modifiers for attributesdave
2004-02-19Fix typos (Doug Kearns)dave
2004-02-18Strip extraneous spaces from included filenamedave
2004-02-09* lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban
2004-02-06Support https in hyperlinksdave
2004-01-25This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-01-20Document lib/English. Add top-level aliases to rdoc html outputdave
2004-01-12Display full name in class listdave
2004-01-12Checked in wrong version... :(dave
2004-01-12Try to use DESTDIR when installingdave
2004-01-12Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave
2004-01-11Add HTML formatter to ridave
2004-01-10ri now reads command-line options from RI environment variabledave
2004-01-07Fix problem with agreesive name matching (see ChangeLog)dave
2004-01-06Check for shebang line in file that would otherwise be treated as plain textdave
2004-01-06This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no 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