aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* * 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/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):nobu2005-10-241-2/+1
* * lib/rdoc/usage.rb: supress warning.ocean2005-08-291-1/+1
* * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean2005-08-291-15/+22
* * 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-045-24/+168
* Allow for colons in DOS file namesdave2005-01-051-1/+1
* Fix problem in ri formatting if heading contains markupdave2004-12-312-9/+32
* Update kilmer template to use sectionsdave2004-12-291-0/+14
* Don't show r/w accessot flags if none were specified for custom attributesdave2004-12-121-0/+5
* Never exclude files given on command linedave2004-12-121-4/+5
* Fix CSS typo that meant h2 headings were invisibledave2004-12-081-2/+2
* Ignore leading and trailing lines in :section: blocksdave2004-12-043-5/+41
* Fix problem with :section: and new 1.9dave2004-11-262-3/+1
* Don't include 'require's with variable argumentsdave2004-11-221-4/+4
* 1. Force --inline-source if --one-file givendave2004-11-206-325/+471
* Change version numbering of RDoc and ridave2004-11-082-12/+3
* Fix bug where parent class wasn't being detected if thedave2004-11-081-1/+2
* * CR stripped.nobu2004-10-291-25/+25
* Restore correct :nodoc: behavior with nested classesdave2004-10-261-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
* Add simple formatter to ridave2004-09-142-15/+70
* Fix up cross-file class mergingdave2004-09-112-1/+7
* James Buck's patch for call-seqdave2004-09-091-1/+6
* Allow spaces around parameter to define_method_underdave2004-09-091-2/+2
* ri now merges the documentation if it finds the same class in multiple placesdave2004-08-307-25/+60
* Minor fix to error messagedave2004-08-251-2/+1
* Get RDoc::usage playing better with OptionParserdave2004-08-163-8/+17
* * rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban2004-08-151-1/+1
* Add Ri environment variable supportdave2004-08-131-30/+14
* Add "usage" interfacedave2004-08-132-5/+8
* Commit missdave2004-08-131-0/+220
* Bugfix: looping on some toplevel symbols. Added SWIG supportdave2004-08-022-4/+5
* Incorporate Micheal Neumanns client-side imagemap patchdave2004-07-161-5/+5
* Minor parse problem if hyperlink text starts \w+:...dave2004-07-131-1/+1
* Allow optional : before call-seq:dave2004-07-121-1/+1
* Use real right arrow for -> in call-seqdave2004-07-121-1/+1
* Commit missdave2004-07-121-1/+0
* Support call-seq: for Ruby methodsdave2004-07-122-0/+15
* Allow multiple words in braces before a linkdave2004-07-122-3/+6
* 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-263-10/+24