aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* Fix up cross-file class mergingdave2004-09-112-1/+7
* James Buck's patch for call-seqdave2004-09-091-1/+6
* Allow spaces around parameter to define_method_underdave2004-09-091-2/+2
* ri now merges the documentation if it finds the same class in multiple placesdave2004-08-307-25/+60
* Minor fix to error messagedave2004-08-251-2/+1
* Get RDoc::usage playing better with OptionParserdave2004-08-163-8/+17
* * rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban2004-08-151-1/+1
* Add Ri environment variable supportdave2004-08-131-30/+14
* Add "usage" interfacedave2004-08-132-5/+8
* Commit missdave2004-08-131-0/+220
* Bugfix: looping on some toplevel symbols. Added SWIG supportdave2004-08-022-4/+5
* Incorporate Micheal Neumanns client-side imagemap patchdave2004-07-161-5/+5
* Minor parse problem if hyperlink text starts \w+:...dave2004-07-131-1/+1
* Allow optional : before call-seq:dave2004-07-121-1/+1
* Use real right arrow for -> in call-seqdave2004-07-121-1/+1
* Commit missdave2004-07-121-1/+0
* Support call-seq: for Ruby methodsdave2004-07-122-0/+15
* Allow multiple words in braces before a linkdave2004-07-122-3/+6
* Update comment to show call-seq exampledave2004-07-071-0/+24
* Fixed parsing of %r{} when generating source popupdave2004-06-221-0/+1
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-263-10/+24
* SYSTEM identifiers must be absolutedave2004-05-242-3/+3
* Add '()' around parameters that don't have themdave2004-05-211-0/+1
* At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave2004-05-201-1/+7
* Change symbol lookup scheme in HTML generationdave2004-05-101-4/+12
* Search parent for unqualified constantsdave2004-05-101-0/+8
* Allow multiple arguments to includedave2004-05-071-4/+8
* Don't include &block if we have yield parametersdave2004-05-053-0/+12
* Fix parsing problem with yield within blockdave2004-05-031-0/+2
* Alias alias to instance methodsdave2004-04-261-1/+6
* Fix bug where consecutive headings were mergeddave2004-04-241-1/+1
* Allow for HAVE_PROTOTYPES macrodave2004-04-181-4/+12
* Change :enddoc: to terminate processing of current filedave2004-04-171-18/+21
* Forgot to check special case at top leveldave2004-04-111-2/+2
* Fix :enddoc"dave2004-04-102-3/+3
* Fixed problem with \_cat_<b>dog</b>dave2004-04-092-16/+8
* Remove leading ./ from filenames so that cross references work OKdave2004-04-042-2/+2
* Allow multiple --exclude options to RDocdave2004-04-042-3/+9
* checked in debug version in errordave2004-04-021-9/+0
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-024-26/+54
* Missing trailing "$"dave2004-03-251-1/+1
* 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
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-1/+1
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until thenobu2004-03-031-18/+7