summaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz2006-09-221-0/+1
* * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu2006-09-172-17/+48
* * common.mk (install-doc): reverted.nobu2006-09-171-1/+1
* Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724]drbrain2006-08-281-1/+1
* Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilevdrbrain2006-08-271-3/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-231-1/+2
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): revertmatz2006-08-221-1/+1
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-221-1/+1
* Fix broken class level documentationdrbrain2006-08-161-1/+1
* Merge RDoc changes from HEAD.drbrain2006-08-042-3/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-08-041-0/+2
* Merged my changes from HEADryan2006-07-104-73/+1811
* Remove duplicated requiredrbrain2006-06-271-1/+0
* Merge from HEAD.drbrain2006-06-2610-83/+151
* Don't print warnings when -q is set.drbrain2006-06-141-3/+10
* Don't merge ri files if is nil/emptydrbrain2006-06-141-2/+4
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):matz2006-05-151-1/+1
* * lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removedmatz2006-03-111-1/+1
* * lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygemsmatz2006-03-031-0/+6
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-281-4/+4
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-181-1/+0
* * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean2006-01-271-1/+1
* * lib/rdoc/diagram.rb:ocean2006-01-136-60/+60
* * 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_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-041-1/+1
* * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.matz2005-02-122-4/+4
* * document updates - [ruby-core:04296], [ruby-core:04301],matz2005-01-243-20/+164
* 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 accessor 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
* 1.8 doesn't have String#cleardave2004-12-061-1/+1
* 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