aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rdoc] Resolve class and method of the same name correctlyaycabta2021-12-091-20/+28
* [ruby/rdoc] fix: alias to method with call-seqMike Dalessio2021-10-161-1/+1
* [ruby/rdoc] Support linking #==Mike Dalessio2021-10-161-1/+1
* [ruby/rdoc] feat: add support for :category: on C functionsMike Dalessio2021-10-163-0/+10
* [ruby/rdoc] fix: comments in C files use the global markup optionMike Dalessio2021-10-161-1/+5
* [ruby/rdoc] extract Comment creation in Parser::CMike Dalessio2021-10-161-9/+12
* [ruby/rdoc] Update SourceCodePro font filesaycabta2021-10-112-0/+0
* Removed needless rake and bundler files for rdocHiroshi SHIBATA2021-09-281-107/+0
* [ruby/rdoc] Convert upper case copyright and registered marksNobuyoshi Nakada2021-09-111-2/+2
* [ruby/rdoc] Convert tick double quote in character entity referencesNobuyoshi Nakada2021-09-111-1/+1
* [ruby/rdoc] Convert a backtick to an open single quoteNobuyoshi Nakada2021-09-111-0/+8
* [ruby/rdoc] Convert single quotes in character entity referencesNobuyoshi Nakada2021-09-111-1/+1
* Removed needless Gemfile in ruby repo.Hiroshi SHIBATA2021-09-031-12/+0
* [ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada2021-09-033-6/+4
* [ruby/rdoc] minitest is not need to run rubygems test nowHiroshi SHIBATA2021-09-031-1/+0
* [ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_optionsaycabta2021-09-022-31/+31
* Update parser files of RDoc generated by the latest Raccaycabta2021-08-102-2/+2
* Update parser files of RDoc generated by the latest KPegaycabta2021-08-102-48/+46
* [ruby/rdoc] Use HEAD of kpegaycabta2021-08-101-1/+1
* [ruby/rdoc] Add "rake clean" task to erase generated parser filesaycabta2021-08-101-0/+6
* Import copied Rakefile from original RDoc repositoryaycabta2021-08-101-0/+101
* [ruby/rdoc] Move dev dependency of gettext to Gemfileaycabta2021-08-102-1/+1
* [ruby/rdoc] Use single quote in Gemfileaycabta2021-08-101-6/+6
* Import copied Gemfile from original RDoc repositoryaycabta2021-08-101-0/+12
* [ruby/rdoc] Bump version to 6.3.2Hiroshi SHIBATA2021-07-061-1/+1
* [ruby/rdoc] Fix links without pathsNobuyoshi Nakada2021-07-051-1/+1
* [ruby/rdoc] Fix for explicit http linkNobuyoshi Nakada2021-07-051-2/+2
* [ruby/rdoc] Allow a label in a link to another document textNobuyoshi Nakada2021-07-051-2/+2
* [ruby/rdoc] Support ActiveSupport::Concern.includedaycabta2021-07-051-0/+18
* [ruby/rdoc] Fix chained inclusion ancestors_ofUlysse Buonomo2021-07-051-4/+4
* [ruby/rdoc] Document 'ruby:' to show core documentation in rixstnztk2021-07-051-0/+7
* [ruby/rdoc] Specify working directory for RDoc::Options#check_filesHiroshi SHIBATA2021-06-231-1/+3
* [ruby/rdoc] Add a dependency on psych gem 4.0.0 or neweraycabta2021-06-021-0/+1
* Use YAML.safe_load to use the permitted_classes optionaycabta2021-05-211-1/+1
* [ruby/rdoc] Drop support for Ruby 2.4Nobuyoshi Nakada2021-05-211-1/+1
* [ruby/rdoc] Update rdoc.gemspec by adding lib/rdoc/markup/table.rbYusuke Endoh2021-05-211-1/+2
* [ruby/rdoc] Version 6.3.1aycabta2021-05-211-1/+1
* [ruby/rdoc] Use File.open to fix the OS Command Injection vulnerability in CV...aycabta2021-05-211-1/+1
* lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_optionsYusuke Endoh2021-05-171-2/+3
* Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdocHiroshi SHIBATA2021-05-171-1/+1
* [ruby/rdoc] Links to document texts without "rdoc-ref:" prefixNobuyoshi Nakada2021-04-031-0/+4
* [ruby/rdoc] Treat emphasis tags as excluding other notationsaycabta2021-04-032-6/+6
* [ruby/rdoc] Treat other tags as word boundariesaycabta2021-04-031-4/+13
* [ruby/rdoc] Disable other notations in <code> tagsaycabta2021-04-032-25/+87
* [ruby/rdoc] Get rid of a trailing spaceNobuyoshi Nakada2021-03-161-4/+3
* [ruby/rdoc] Suppress unused variable warning of "text"aycabta2021-03-161-2/+343
* [ruby/rdoc] Allow empty .rdoc_optionsaycabta2021-03-161-0/+2
* [ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta2021-03-162-2/+39
* [ruby/rdoc] Fixed CodeFence without blank linesNobuyoshi Nakada2021-03-161-367/+80
* [ruby/rdoc] Add table styleNobuyoshi Nakada2021-03-161-0/+19