summaryrefslogtreecommitdiff
path: root/lib/rdoc/parsers
AgeCommit message (Expand)Author
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2008-01-14Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain
2008-01-07Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain
2007-12-25Enable RDoc debugging only with $DEBUG_RDOCdrbrain
2007-12-23Fix 1.9 warnings in RDocdrbrain
2007-12-18Don't call private fail anymore.drbrain
2007-06-14* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu
2007-01-07Merge RDoc updates from matzruby 11502, 11503, 11504drbrain
2006-12-31Make RDoc accessible. Update constant value information.drbrain
2006-12-31Allow RDoc comment to give friendly value for rb_define_const.drbrain
2006-08-30* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz
2006-08-27Include attributiondrbrain
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