aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parsers/parse_c.rb
Commit message (Expand)AuthorAgeFilesLines
* Import RDoc r101.drbrain2008-07-181-775/+0
* * lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko12008-07-081-1/+1
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-4/+4
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-1/+1
* Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain2008-01-071-6/+6
* Fix 1.9 warnings in RDocdrbrain2007-12-231-1/+1
* * 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-271-1/+3
* Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].drbrain2006-08-111-1/+1
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-081-0/+7
* * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu2005-12-141-1/+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_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-041-1/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-16/+140
* 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
* Update comment to show call-seq exampledave2004-07-071-0/+24
* Allow for HAVE_PROTOTYPES macrodave2004-04-181-4/+12
* Don't be as eager to invent classes to documentdave2004-03-241-1/+3
* Handle aliases in C filesdave2004-02-231-0/+14
* Fix typos (Doug Kearns)dave2004-02-191-0/+21
* * 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
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-021-2/+7
* Make file in '// in sss.c' relativedave2003-12-311-1/+3
* Add RDoc for kernel functions, and tidy updave2003-12-301-14/+31
* 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
* Forgot to save buffer.... sighdave2003-12-241-1/+1
* 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
* Add RDocdave2003-12-011-0/+287