aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parsers/parse_rb.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed parsing of %r{} when generating source popupdave2004-06-221-0/+1
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-261-1/+18
* 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
* Allow multiple arguments to includedave2004-05-071-4/+8
* Don't include &block if we have yield parametersdave2004-05-051-0/+1
* Fix parsing problem with yield within blockdave2004-05-031-0/+2
* Change :enddoc: to terminate processing of current filedave2004-04-171-18/+21
* Fix :enddoc"dave2004-04-101-1/+1
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-021-22/+33
* Don't be as eager to invent classes to documentdave2004-03-241-3/+4
* Allow aliases to have parenthesesdave2004-03-011-0/+4
* Handle :nodoc: om singleton classesdave2004-02-291-12/+8
* Handle class vars in code listingsdave2004-02-231-2/+4
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-231-2/+10
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-201-0/+1
* Add RDoc to build. Add --ri-system to RDocdave2004-01-051-1/+4
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-021-1/+6
* Fix parse problem with complex yieldsdave2003-12-291-2/+4
* Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave2003-12-241-10/+7
* RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave2003-12-231-1/+3
* Try to give nicer error messages on internal failuresdave2003-12-041-1/+17
* Implicitly define classes in 'class <<ClassName' if we haven't come across th...dave2003-12-031-1/+5
* Allow string as argument to alias_methoddave2003-12-011-0/+2
* Add RDocdave2003-12-011-0/+2494