summaryrefslogtreecommitdiff
path: root/lib/rdoc
AgeCommit message (Expand)Author
2008-01-07Clean up comments and whitespace in RDoc generatorsdrbrain
2007-12-28Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace.drbrain
2007-12-28Move RDoc markup samples to sample/rdoc/markup directorydrbrain
2007-12-28Remove test directorydrbrain
2007-12-28Move RDoc tests out of lib/drbrain
2007-12-27* lib/rdoc/rdoc.rb (parse_files): don't depend on the default externalakr
2007-12-25Enable RDoc debugging only with $DEBUG_RDOCdrbrain
2007-12-24* lib/rdoc/rdoc.rb (parse_files): interpret coding cookie.akr
2007-12-24* lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitlsgotoyuzo
2007-12-24Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2007-12-24Fix formatting of multiple pathsdrbrain
2007-12-24Fix display of GEMDIRS, make command command examples match ri's name.drbrain
2007-12-23Fix 1.9 warnings in RDocdrbrain
2007-12-18Don't call private fail anymore.drbrain
2007-12-14* lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz
2007-09-22 * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei
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-09-22* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz
2006-09-17* lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu
2006-09-17* common.mk (install-doc): reverted.nobu
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-08-04Leave HTML escaped for HtmlFormatter.drbrain
2006-08-04Don't document test or sample directories.drbrain
2006-08-04Documentation cleanup.drbrain
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2006-07-08Massive rdoc for fortran overhaul from Yasuhiro Morikawaryan
2006-06-26Add --system, --site, --home and --gems to limit ri search path.drbrain
2006-06-14Don't merge ri files if is nil/emptydrbrain
2006-06-14Don't print warnings when -q is set.drbrain
2006-06-10* lib/rdoc/ri/ri_writer.rb: use String#ord.usa
2006-06-10* lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-28* lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2006-02-18* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz
2006-02-02* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa
2006-01-27* lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean
2006-01-13* lib/rdoc/diagram.rb:ocean
2005-12-14* lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-10-24* lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):nobu
2005-08-29* lib/rdoc/usage.rb: supress warning.ocean
2005-08-29* lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean
2005-07-15* lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu