summaryrefslogtreecommitdiff
path: root/lib/rdoc/parsers/parse_c.rb
AgeCommit message (Expand)Author
2008-01-07Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain
2007-12-23Fix 1.9 warnings in RDocdrbrain
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-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2005-12-14* lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu
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-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-09-09Allow spaces around parameter to define_method_underdave
2004-08-02Bugfix: looping on some toplevel symbols. Added SWIG supportdave
2004-07-07Update comment to show call-seq exampledave
2004-04-18Allow for HAVE_PROTOTYPES macrodave
2004-03-24Don't be as eager to invent classes to documentdave
2004-02-23Handle aliases in C filesdave
2004-02-19Fix typos (Doug Kearns)dave
2004-01-19* lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban
2004-01-12Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-31Make file in '// in sss.c' relativedave
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-28RDoc Struct and randomdave
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-27Fix quoting of method names in regexpdave
2003-12-27Add "Document-method:" capabilitydave
2003-12-27Some Ruby source uses Init_xxx (lower case for the class name)dave
2003-12-24Forgot to save buffer.... sighdave
2003-12-21Add file.c comments (and necessary support in parse_c.rb)dave
2003-12-19Document Class and Dirdave
2003-12-19Add boot_classes to rdoc parsing, fix a couple of bugsdave
2003-12-18Annotate enum.c. Add pager support, and report on methods in included modulesdave
2003-12-16Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave
2003-12-01Add RDocdave