summaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* Fix namespacingdrbrain2008-01-171-19/+21
* Clean up commentsdrbrain2008-01-161-41/+9
* Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain2008-01-1427-2751/+2482
* Cleanup RDocdrbrain2008-01-138-211/+201
* Complete RDoc namespace changedrbrain2008-01-1315-46/+45
* Reorganize RDoc generatorsdrbrain2008-01-1314-251/+254
* Remove lib/rdoc/usage.rbdrbrain2008-01-111-210/+0
* Follow namespace change for RDoc/RI [ruby-core:14964]drbrain2008-01-111-3/+3
* * lib/rdoc/options.rb ():nobu2008-01-111-1/+1
* Speed up Marshal load, fix bug with nested classes' methodsdrbrain2008-01-081-3/+8
* Clean up namespacing of RI's classesdrbrain2008-01-0818-1400/+1356
* Replace ri with Ryan Davis' cached ridrbrain2008-01-088-534/+507
* Add additional information to RDoc template valuesdrbrain2008-01-071-36/+38
* Use ERB instead of custom template language for RDoc.drbrain2008-01-0710-1573/+680
* Namespace TokenStream under RDoc.drbrain2008-01-071-8/+16
* Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.drbrain2008-01-072-74/+77
* Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain2008-01-0711-589/+624
* Merge documentation from the same class on ri generation.drbrain2008-01-072-10/+16
* Collapse namespaces and refactor requires in RDocdrbrain2008-01-076-366/+352
* 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