aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parsers
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Change :enddoc: to terminate processing of current filedave2004-04-171-18/+21
* Fix :enddoc"dave2004-04-101-1/+1
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-021-22/+33
* Don't be as eager to invent classes to documentdave2004-03-242-4/+7
* Allow aliases to have parenthesesdave2004-03-011-0/+4
* Handle :nodoc: om singleton classesdave2004-02-291-12/+8
* Handle class vars in code listingsdave2004-02-231-2/+4
* Handle aliases in C filesdave2004-02-231-0/+14
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-231-2/+10
* Fix typos (Doug Kearns)dave2004-02-191-0/+21
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-201-0/+1
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-01-191-1/+1
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-121-5/+3
* Check for shebang line in file that would otherwise be treated as plain textdave2004-01-061-1/+13
* Add RDoc to build. Add --ri-system to RDocdave2004-01-051-1/+4
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-025-7/+19
* Make file in '// in sss.c' relativedave2003-12-311-1/+3
* Add RDoc for kernel functions, and tidy updave2003-12-301-14/+31