aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parsers
Commit message (Expand)AuthorAgeFilesLines
* Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain2008-01-072-22/+22
* Enable RDoc debugging only with $DEBUG_RDOCdrbrain2007-12-251-14/+14
* Fix 1.9 warnings in RDocdrbrain2007-12-232-6/+5
* Don't call private fail anymore.drbrain2007-12-181-4/+4
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu2007-06-141-1/+1
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-1/+37
* Make RDoc accessible. Update constant value information.drbrain2006-12-311-92/+107
* Allow RDoc comment to give friendly value for rb_define_const.drbrain2006-12-311-3/+28
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-301-1/+2
* Include attributiondrbrain2006-08-272-2/+4
* Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].drbrain2006-08-111-1/+1
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-5/+4
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-081-0/+7
* Massive rdoc for fortran overhaul from Yasuhiro Morikawaryan2006-07-081-59/+1781
* Don't print warnings when -q is set.drbrain2006-06-141-3/+10
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+1
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-281-4/+4
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-181-1/+0
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa2006-02-021-2/+6
* * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu2005-12-141-1/+1
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-0/+1
* * lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu2005-07-151-15/+39
* restored @progressocean2005-05-141-2/+3
* * lib/rdoc/parsers/parse_c.rb: more readability for mixingocean2005-05-121-4/+10
* * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean2005-05-121-0/+11
* * lib/rdoc/parsers/parse_rb.rb (lex_init): use IRB module.eban2005-04-201-1/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-041-1/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-043-20/+164
* Ignore leading and trailing lines in :section: blocksdave2004-12-041-1/+1
* Fix problem with :section: and new 1.9dave2004-11-261-1/+1
* Don't include 'require's with variable argumentsdave2004-11-221-4/+4
* 1. Force --inline-source if --one-file givendave2004-11-201-18/+5
* Fix bug where parent class wasn't being detected if thedave2004-11-081-1/+2
* RDoc can now deal with "attr" used as a variabledave2004-10-191-1/+1
* Support "require" as variable name in RDocdave2004-10-101-1/+3
* Fix up cross-file class mergingdave2004-09-111-1/+1
* Allow spaces around parameter to define_method_underdave2004-09-091-2/+2
* Bugfix: looping on some toplevel symbols. Added SWIG supportdave2004-08-021-3/+4
* Allow optional : before call-seq:dave2004-07-121-1/+1
* Commit missdave2004-07-121-1/+0
* Support call-seq: for Ruby methodsdave2004-07-121-0/+10
* Update comment to show call-seq exampledave2004-07-071-0/+24
* 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
* Allow for HAVE_PROTOTYPES macrodave2004-04-181-4/+12