aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple --exclude options to RDocdave2004-04-042-3/+9
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-023-26/+45
* Add --version option to ridave2004-03-251-2/+16
* Add the --list-names optiondave2004-03-246-8/+70
* Must now use "::" to separate nested classes. This fixes bug where "ri Kernel...dave2004-03-241-0/+1
* Get --one-page working with C codedave2004-03-241-1/+7
* Don't be as eager to invent classes to documentdave2004-03-242-4/+7
* Allow templates to be specified outside the RDoc treedave2004-03-241-3/+7
* Force RDoc html background to whitedave2004-03-201-0/+1
* Allow aliases to have parenthesesdave2004-03-011-0/+4
* Handle :nodoc: om singleton classesdave2004-02-291-12/+8
* Improve heuristic for which files to include. See ChangeLogdave2004-02-241-4/+12
* Deal with case where first file processed contains a :stopdoc:dave2004-02-241-1/+14
* Handle class vars in code listingsdave2004-02-231-2/+4
* Handle aliases in C filesdave2004-02-231-0/+14
* Check opdir _before_ parsing filesdave2004-02-231-4/+5
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-232-3/+11
* missdave2004-02-192-9/+24
* Support visibility modifiers for attributesdave2004-02-192-7/+27
* Fix typos (Doug Kearns)dave2004-02-191-2/+2
* Strip extraneous spaces from included filenamedave2004-02-181-1/+3
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-02-091-1/+1
* Support https in hyperlinksdave2004-02-061-16/+18
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-251-0/+116
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-204-45/+28
* 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 reads command-line options from 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
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-062-0/+376
* Split out ri display code and make pluggabledave2004-01-061-0/+10
* Add RDoc to build. Add --ri-system to RDocdave2004-01-052-32/+53
* Fix parsing where braces appear in method parameter listdave2004-01-053-7/+22
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-0211-51/+132
* Fix problem with "// in sss.c" filenames not being 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 name is also a method namedave2003-12-302-6/+18
* 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/+37
* Some Ruby source uses Init_xxx (lower case for the class name)dave2003-12-271-1/+1