summaryrefslogtreecommitdiff
path: root/lib/rdoc/parsers
AgeCommit message (Expand)Author
2006-08-11Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].drbrain
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2006-07-08Massive rdoc for fortran overhaul from Yasuhiro Morikawaryan
2006-06-14Don't print warnings when -q is set.drbrain
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
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
2006-02-02* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa
2005-12-14* lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu
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-04-20* lib/rdoc/parsers/parse_rb.rb (lex_init): use IRB module.eban
2005-03-04* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
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 :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-23Handle aliases in C filesdave
2004-02-23Fix constant value extraction. Escape HTML in constant valuesdave
2004-02-19Fix typos (Doug Kearns)dave