aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parsers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix parse problem with complex yieldsdave2003-12-291-2/+4
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-291-1/+1
* RDoc Struct and randomdave2003-12-281-1/+3
* Add RDoc documentation for stuff in object.cdave2003-12-281-18/+41
* Fix quoting of method names in regexpdave2003-12-271-2/+2
* Add "Document-method:" capabilitydave2003-12-271-1/+35
* Some Ruby source uses Init_xxx (lower case for the class name)dave2003-12-271-1/+3
* Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave2003-12-241-10/+7
* Forgot to save buffer.... sighdave2003-12-241-1/+1
* RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave2003-12-231-1/+3
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-211-42/+67
* Document Class and Dirdave2003-12-191-1/+5
* Add boot_classes to rdoc parsing, fix a couple of bugsdave2003-12-191-0/+6
* Annotate enum.c. Add pager support, and report on methods in included modulesdave2003-12-181-3/+26
* Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave2003-12-161-5/+30
* Try to give nicer error messages on internal failuresdave2003-12-041-1/+17
* Implicitly define classes in 'class <<ClassName' if we haven't come across th...dave2003-12-031-1/+5
* Allow string as argument to alias_methoddave2003-12-011-0/+2
* Add RDocdave2003-12-015-0/+3022