aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
...
* fix typos. Patch by k_takata.ktsj2013-05-192-2/+2
* * lib/rdoc/generator/darkfish.rb: Set encoding on output template todrbrain2013-02-081-12/+12
* * lib/rdoc: Import RDoc 4.0.0.rc.2drbrain2013-02-061-7/+9
* * lib/rdoc/servlet.rb: Fixed root search paths, filesystem pathsdrbrain2013-02-051-15/+19
* * lib/rdoc/generator/darkfish.rb: Fixed debug message. RDoc bug #174drbrain2013-01-252-5/+7
* * lib/rdoc/servlet.rb: Fixed display of site and home documentation.drbrain2013-01-236-1/+19
* * .document: Removed extra spacedrbrain2013-01-161-0/+1
* * lib/rdoc/top_level.rb: Fixed extension trimming for page names indrbrain2013-01-141-1/+1
* * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDocdrbrain2013-01-044-12/+37
* * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants todrbrain2012-12-201-4/+23
* * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading anddrbrain2012-12-202-0/+25
* * lib/rdoc/encoding.rb: Do not remove #! line from document whendrbrain2012-12-182-3/+12
* * lib/rdoc/store.rb: Work around RDoc stores from older versions ofdrbrain2012-12-181-0/+3
* * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING whendrbrain2012-12-182-4/+21
* * lib/rdoc.rb: Updated VERSION.drbrain2012-12-166-67/+144
* * lib/rdoc/rubygems_hook.rb: Fixed generation of documentation.drbrain2012-12-142-11/+17
* * lib/rdoc/class_module.rb: Fixed duplicate comments for classes anddrbrain2012-12-134-33/+168
* * lib/rdoc/class_module.rb: Added RDoc::ClassModule#documented? whichdrbrain2012-12-123-3/+17
* * lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain2012-12-112-1/+42
* * lib/rdoc/markdown/entities.rb: Added documentation.drbrain2012-12-083-6/+9
* * lib/rdoc/markup/to_joined_paragraph.rb: Completed documentationdrbrain2012-12-076-16/+219
* * lib/rdoc/context.rb: Don't warn for duplicate methods while loading.drbrain2012-12-061-5/+7
* * lib/rdoc*: Improved display of ChangeLog files as HTML.drbrain2012-12-055-13/+50
* * lib/rdoc/parser/changelog.rb: Parse more ChangeLog file variations.drbrain2012-12-051-14/+36
* * lib/rdoc/parser/changelog.rb: Added a ChangeLog parser to RDoc.drbrain2012-12-042-0/+111
* * lib/rdoc/ri/driver.rb: Fixed ri page display for files withdrbrain2012-12-031-1/+5
* * lib/rdoc/parser.rb: Improved modeline support. Patch by nobu.drbrain2012-12-021-2/+9
* * lib/rdoc/parser.rb: Parse files with a -*- rdoc -*- modelinedrbrain2012-12-011-1/+22
* markdown.rb: \rnobu2012-12-011-2/+2
* * lib/rdoc/ri/driver.rb: Relaxed matching for pages to be moredrbrain2012-11-301-2/+4
* * lib/rdoc/markdown.rb: Fixed warnings with -wdrbrain2012-11-301-71/+35
* * lib/rdoc/generator/darkfish.rb: Silenced warningdrbrain2012-11-296-9/+22
* * lib/rdoc/test_case.rb (RDoc::TestCase#verbose_capture_io):naruse2012-11-291-0/+14
* remove trailing spaces.nobu2012-11-295-114/+114
* * lib/rdoc/servlet.rb: Add support for serving documentation from adrbrain2012-11-282-9/+10
* * lib/rdoc/*: Added --root option for building documentation outsidedrbrain2012-11-2713-30/+71
* * lib/rdoc/rubygems_hook.rb: Updated for (upcoming) RubyGems 2drbrain2012-11-271-3/+11
* * lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain2012-11-27132-3441/+30161
* * lib/rdoc/parser.rb (RDoc.binary?): fix wrong regexp.naruse2012-05-031-1/+1
* rdoc: --extension option fixnobu2012-05-031-3/+11
* rdoc: non-binary multibytenobu2012-05-031-5/+5
* * lib/rdoc/task.rb: suppress overriding deprecated class warning.nobu2012-03-291-0/+2
* * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa2011-11-301-0/+1
* * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.drbrain2011-08-262-17/+16
* * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain2011-08-235-3/+21
* * lib/rdoc: Import RDoc 3.9.2. Fixes TIDYLINK for HTML output.drbrain2011-08-111-1/+1
* * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain2011-08-013-7/+14
* * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain2011-07-3118-282/+512
* * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain2011-06-296-42/+59
* * lib/rdoc: Update to RDoc 3.7 (final)drbrain2011-06-285-108/+156