summaryrefslogtreecommitdiff
path: root/lib/rdoc/parsers
AgeCommit message (Expand)Author
2007-08-15git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12958 b2dd03c...shyouhei
2006-08-23* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz
2006-08-22* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): revertmatz
2006-08-22* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz
2006-08-16Fix broken class level documentationdrbrain
2006-07-10Merged my changes from HEADryan
2006-06-26Merge from HEAD.drbrain
2006-06-14Don't print warnings when -q is set.drbrain
2006-05-15* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):matz
2006-02-28* lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean
2006-02-18* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-07-15* lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu
2005-05-14restored @progressocean
2005-05-12* lib/rdoc/parsers/parse_c.rb: more readability for mixingocean
2005-05-12* lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean
2005-03-04* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu
2005-01-24* document updates - [ruby-core:04296], [ruby-core:04301],matz
2004-12-061.8 doesn't have String#cleardave
2004-12-04Ignore leading and trailing lines in :section: blocksdave
2004-11-26Fix problem with :section: and new 1.9dave
2004-11-22Don't include 'require's with variable argumentsdave
2004-11-201. Force --inline-source if --one-file givendave
2004-11-08Fix bug where parent class wasn't being detected if thedave
2004-10-19RDoc can now deal with "attr" used as a variabledave
2004-10-10Support "require" as variable name in RDocdave
2004-09-11Fix up cross-file class mergingdave
2004-09-09Allow spaces around parameter to define_method_underdave
2004-08-02Bugfix: looping on some toplevel symbols. Added SWIG supportdave
2004-07-12Allow optional : before call-seq:dave
2004-07-12Commit missdave
2004-07-12Support call-seq: for Ruby methodsdave
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-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-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-18Allow for HAVE_PROTOTYPES macrodave
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-10Fix :enddocdave
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-23Handle aliases in C filesdave
2004-02-23Fix constant value extraction. Escape HTML in constant valuesdave