aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/rdoc: Update to RDoc master a1195ce. Changes include:drbrain2013-11-196-20/+18
* * lib/rdoc/rubygems_hook.rb: Remove debugging puts committed bydrbrain2013-11-181-4/+0
* * lib/rubygems: Update to RubyGems master b9213d7. Changes include:drbrain2013-11-121-0/+4
* rdoc/constant.rb: workaround of NoMethodErrornobu2013-09-211-1/+9
* revert font filesnobu2013-09-196-0/+0
* * remove trailing spaces, append newline at EOF.nobu2013-09-1910-110/+110
* * lib/rdoc/markdown/literals_1_9.rb: Fix trailing whitespace.drbrain2013-09-192-12/+14
* * lib/rdoc: Update to RDoc 4.1.0.preview.1drbrain2013-09-1874-2940/+3432
* options.rb: include root for out-place buildnobu2013-07-311-0/+2
* * lib/rdoc/*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-1911-20/+20
* fix typos inspired by r40825kazu2013-05-191-1/+1
* 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