summaryrefslogtreecommitdiff
path: root/lib/rdoc/parsers/parse_rb.rb
AgeCommit message (Expand)Author
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-10Fix :enddoc"dave
2004-04-02Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave
2004-03-24Don't be as eager to invent classes to documentdave
2004-03-01Allow aliases to have parenthesesdave
2004-02-29Handle :nodoc: om singleton classesdave
2004-02-23Handle class vars in code listingsdave
2004-02-23Fix constant value extraction. Escape HTML in constant valuesdave
2004-01-20Document lib/English. Add top-level aliases to rdoc html outputdave
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-29Fix parse problem with complex yieldsdave
2003-12-24Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave
2003-12-23RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave
2003-12-04Try to give nicer error messages on internal failuresdave
2003-12-03Implicitly define classes in 'class <<ClassName' if we haven't come across th...dave
2003-12-01Allow string as argument to alias_methoddave
2003-12-01Add RDocdave