summaryrefslogtreecommitdiff
path: root/lib/rdoc
AgeCommit message (Expand)Author
2008-01-13Cleanup RDocdrbrain
2008-01-13Complete RDoc namespace changedrbrain
2008-01-13Reorganize RDoc generatorsdrbrain
2008-01-11Remove lib/rdoc/usage.rbdrbrain
2008-01-11Follow namespace change for RDoc/RI [ruby-core:14964]drbrain
2008-01-11* lib/rdoc/options.rb ():nobu
2008-01-08Speed up Marshal load, fix bug with nested classes' methodsdrbrain
2008-01-08Clean up namespacing of RI's classesdrbrain
2008-01-08Replace ri with Ryan Davis' cached ridrbrain
2008-01-07Add additional information to RDoc template valuesdrbrain
2008-01-07Use ERB instead of custom template language for RDoc.drbrain
2008-01-07Namespace TokenStream under RDoc.drbrain
2008-01-07Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.drbrain
2008-01-07Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain
2008-01-07Merge documentation from the same class on ri generation.drbrain
2008-01-07Collapse namespaces and refactor requires in RDocdrbrain
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