summaryrefslogtreecommitdiff
path: root/lib/rdoc
AgeCommit message (Expand)Author
2004-10-29* CR stripped.nobu
2004-10-26Restore correct :nodoc: behavior with nested classesdave
2004-10-19RDoc can now deal with "attr" used as a variabledave
2004-10-10Support "require" as variable name in RDocdave
2004-09-14Add simple formatter to ridave
2004-09-11Fix up cross-file class mergingdave
2004-09-09James Buck's patch for call-seqdave
2004-09-09Allow spaces around parameter to define_method_underdave
2004-08-30ri now merges the documentation if it finds the same class in multiple placesdave
2004-08-25Minor fix to error messagedave
2004-08-16Get RDoc::usage playing better with OptionParserdave
2004-08-15* rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban
2004-08-13Add Ri environment variable supportdave
2004-08-13Add "usage" interfacedave
2004-08-13Commit missdave
2004-08-02Bugfix: looping on some toplevel symbols. Added SWIG supportdave
2004-07-16Incorporate Micheal Neumanns client-side imagemap patchdave
2004-07-13Minor parse problem if hyperlink text starts \w+:...dave
2004-07-12Allow optional : before call-seq:dave
2004-07-12Use real right arrow for -> in call-seqdave
2004-07-12Commit missdave
2004-07-12Support call-seq: for Ruby methodsdave
2004-07-12Allow multiple words in braces before a linkdave
2004-07-07Update comment to show call-seq exampledave
2004-06-22Fixed parsing of %r{} when generating source popupdave
2004-05-26Allow "do" after "for". Fix up css for standalone code windowdave
2004-05-24SYSTEM identifiers must be absolutedave
2004-05-21Add '()' around parameters that don't have themdave
2004-05-20At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave
2004-05-10Change symbol lookup scheme in HTML generationdave
2004-05-10Search parent for unqualified constantsdave
2004-05-07Allow multiple arguments to includedave
2004-05-05Don't include &block if we have yield parametersdave
2004-05-03Fix parsing problem with yield within blockdave
2004-04-26Alias alias to instance methodsdave
2004-04-24Fix bug where consecutive headings were mergeddave
2004-04-18Allow for HAVE_PROTOTYPES macrodave
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-11Forgot to check special case at top leveldave
2004-04-10Fix :enddoc"dave
2004-04-09Fixed problem with \_cat_<b>dog</b>dave
2004-04-04Remove leading ./ from filenames so that cross references work OKdave
2004-04-04Allow multiple --exclude options to RDocdave
2004-04-02checked in debug version in errordave
2004-04-02Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave
2004-03-25Missing trailing "$"dave
2004-03-25Add --version option to ridave
2004-03-24Add the --list-names optiondave
2004-03-24Must now use "::" to separate nested classes. This fixes bug where "ri Kernel...dave
2004-03-24Get --one-page working with C codedave