aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz2006-08-301-1/+2
* Include attributiondrbrain2006-08-272-2/+4
* Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].drbrain2006-08-111-1/+1
* Leave HTML escaped for HtmlFormatter.drbrain2006-08-041-3/+1
* Don't document test or sample directories.drbrain2006-08-041-0/+2
* Documentation cleanup.drbrain2006-08-042-3/+2
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-5/+4
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-083-14/+30
* Massive rdoc for fortran overhaul from Yasuhiro Morikawaryan2006-07-081-59/+1781
* Add --system, --site, --home and --gems to limit ri search path.drbrain2006-06-263-36/+120
* Don't merge ri files if is nil/emptydrbrain2006-06-141-2/+4
* Don't print warnings when -q is set.drbrain2006-06-141-3/+10
* * lib/rdoc/ri/ri_writer.rb: use String#ord.usa2006-06-101-1/+1
* * lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa2006-06-102-4/+6
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-092-1/+7
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-281-4/+4
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-2/+2
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-181-1/+0
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa2006-02-021-2/+6
* * 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
* * 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