aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up comments and whitespace in RDoc generatorsdrbrain2008-01-074-262/+248
* Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.drbrain2007-12-283-274/+266
* Move RDoc markup samples to sample/rdoc/markup directorydrbrain2007-12-282-58/+0
* Remove test directorydrbrain2007-12-281-2/+0
* Move RDoc tests out of lib/drbrain2007-12-283-658/+6
* * lib/rdoc/rdoc.rb (parse_files): don't depend on the default externalakr2007-12-271-1/+1
* Enable RDoc debugging only with $DEBUG_RDOCdrbrain2007-12-254-24/+24
* * lib/rdoc/rdoc.rb (parse_files): interpret coding cookie.akr2007-12-241-0/+5
* * lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitlsgotoyuzo2007-12-241-1/+1
* Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2007-12-244-10/+7
* Fix formatting of multiple pathsdrbrain2007-12-241-3/+3
* Fix display of GEMDIRS, make command command examples match ri's name.drbrain2007-12-242-19/+42
* Fix 1.9 warnings in RDocdrbrain2007-12-235-11/+11
* Don't call private fail anymore.drbrain2007-12-181-4/+4
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-141-8/+1
* * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei2007-09-221-2/+2
* * 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/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