summaryrefslogtreecommitdiff
path: root/tool/rdoc-srcdir
AgeCommit message (Collapse)Author
2025-01-15rdoc-srcdir can refer srcdir by itselfHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12577
2025-01-15Use rdoc provided by bundled gems for generating ruby documentationHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12577
2024-10-09[DOC] Use the recent RDoc always to generate the doc of ruby itselfNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/11841
2024-10-08rdoc-srcdir: Adjust the version number in the title in .rdoc_optionsNobuyoshi Nakada
Other command line options are no longer needed usually. Notes: Merged: https://github.com/ruby/ruby/pull/11832
2024-04-26Set executable on rdoc-srcdir [ci skip]Nobuyoshi Nakada
2024-01-06[DOC] Load options and parse files from srcdirNobuyoshi Nakada
RDoc options that do not change and can be written in `.rdoc_options` file are moved, so that they match when called without `make`. Get rid of parsing the files in `page_dir` twice (as relative paths and absolute paths).