| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ERB instead of custom template language for RDoc. | drbrain | 2008-01-07 | 10 | -1573/+680 |
* | Namespace TokenStream under RDoc. | drbrain | 2008-01-07 | 1 | -8/+16 |
* | Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams. | drbrain | 2008-01-07 | 2 | -74/+77 |
* | Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc. | drbrain | 2008-01-07 | 11 | -589/+624 |
* | Merge documentation from the same class on ri generation. | drbrain | 2008-01-07 | 2 | -10/+16 |
* | Collapse namespaces and refactor requires in RDoc | drbrain | 2008-01-07 | 6 | -366/+352 |
* | Clean up comments and whitespace in RDoc generators | drbrain | 2008-01-07 | 4 | -262/+248 |
* | Move lib/rdoc/dot/dot.rb to lib/rdoc, un-namespace. | drbrain | 2007-12-28 | 3 | -274/+266 |
* | Move RDoc markup samples to sample/rdoc/markup directory | drbrain | 2007-12-28 | 2 | -58/+0 |
* | Remove test directory | drbrain | 2007-12-28 | 1 | -2/+0 |
* | Move RDoc tests out of lib/ | drbrain | 2007-12-28 | 3 | -658/+6 |
* | * lib/rdoc/rdoc.rb (parse_files): don't depend on the default external | akr | 2007-12-27 | 1 | -1/+1 |
* | Enable RDoc debugging only with $DEBUG_RDOC | drbrain | 2007-12-25 | 4 | -24/+24 |
* | * lib/rdoc/rdoc.rb (parse_files): interpret coding cookie. | akr | 2007-12-24 | 1 | -0/+5 |
* | * lib/rdoc/diagram.rb (RDoc::Diagram#initialize): use fileuitls | gotoyuzo | 2007-12-24 | 1 | -1/+1 |
* | Mon Dec 24 23:04:57 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org> | nahi | 2007-12-24 | 4 | -10/+7 |
* | Fix formatting of multiple paths | drbrain | 2007-12-24 | 1 | -3/+3 |
* | Fix display of GEMDIRS, make command command examples match ri's name. | drbrain | 2007-12-24 | 2 | -19/+42 |
* | Fix 1.9 warnings in RDoc | drbrain | 2007-12-23 | 5 | -11/+11 |
* | Don't call private fail anymore. | drbrain | 2007-12-18 | 1 | -4/+4 |
* | * lib/rdoc/options.rb (Options::parse): do not access $KCODE any | matz | 2007-12-14 | 1 | -8/+1 |
* | * lib/rdoc/options.rb (Options::check_diagram): dot -V output | shyouhei | 2007-09-22 | 1 | -2/+2 |
* | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle more | nobu | 2007-06-14 | 1 | -1/+1 |
* | Merge RDoc updates from matzruby 11502, 11503, 11504 | drbrain | 2007-01-07 | 1 | -1/+37 |
* | Make RDoc accessible. Update constant value information. | drbrain | 2006-12-31 | 1 | -92/+107 |
* | Allow RDoc comment to give friendly value for rb_define_const. | drbrain | 2006-12-31 | 1 | -3/+28 |
* | * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597] | matz | 2006-09-22 | 1 | -0/+1 |
* | * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified | nobu | 2006-09-17 | 2 | -17/+48 |
* | * common.mk (install-doc): reverted. | nobu | 2006-09-17 | 1 | -1/+1 |
* | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method): | matz | 2006-08-30 | 1 | -1/+2 |
* | Include attribution | drbrain | 2006-08-27 | 2 | -2/+4 |
* | Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574]. | drbrain | 2006-08-11 | 1 | -1/+1 |
* | Leave HTML escaped for HtmlFormatter. | drbrain | 2006-08-04 | 1 | -3/+1 |
* | Don't document test or sample directories. | drbrain | 2006-08-04 | 1 | -0/+2 |
* | Documentation cleanup. | drbrain | 2006-08-04 | 2 | -3/+2 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -5/+4 |
* | cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb... | ryan | 2006-07-08 | 3 | -14/+30 |
* | Massive rdoc for fortran overhaul from Yasuhiro Morikawa | ryan | 2006-07-08 | 1 | -59/+1781 |
* | Add --system, --site, --home and --gems to limit ri search path. | drbrain | 2006-06-26 | 3 | -36/+120 |
* | Don't merge ri files if is nil/empty | drbrain | 2006-06-14 | 1 | -2/+4 |
* | Don't print warnings when -q is set. | drbrain | 2006-06-14 | 1 | -3/+10 |
* | * lib/rdoc/ri/ri_writer.rb: use String#ord. | usa | 2006-06-10 | 1 | -1/+1 |
* | * lib/getoptlong.rb (GetoptLong#set_options): recieve arguments | usa | 2006-06-10 | 2 | -4/+6 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 2 | -1/+7 |
* | * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/. | ocean | 2006-02-28 | 1 | -4/+4 |
* | * mkconfig.rb: generate RbConfig instead of Config. | akr | 2006-02-20 | 1 | -2/+2 |
* | * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer mode | matz | 2006-02-18 | 1 | -1/+0 |
* | * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): added | usa | 2006-02-02 | 1 | -2/+6 |
* | * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this case | ocean | 2006-01-27 | 1 | -1/+1 |
* | * lib/rdoc/diagram.rb: | ocean | 2006-01-13 | 6 | -60/+60 |