aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::setup_pager): ensurenobu2004-03-031-9/+8
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-023-19/+14
* 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
* Support visibility modifiers for attributesdave2004-02-192-7/+27
* Fix typos (Doug Kearns)dave2004-02-193-3/+29
* Strip extraneous spaces from included filenamedave2004-02-181-1/+3
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-7/+1
* Support https in hyperlinksdave2004-02-061-1/+1
* Allow link: in Tidylinksdave2004-01-291-15/+17
* 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