diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-10-09 10:05:19 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-10-09 10:05:19 +0900 |
commit | 5840b4363f41955d114f8840f9b30d105f8b0922 () | |
tree | 2645e47b3e9cb7464336035acf61c746d9ae618e /tool/rdoc-srcdir | |
parent | 3fc1495c305bca14ab30d458e74dcc42424195d1 (diff) |
[DOC] Use the recent RDoc always to generate the doc of ruby itself
Notes: Merged: https://.com/ruby/ruby/pull/11841
-rwxr-xr-x | tool/rdoc-srcdir | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ -#!ruby require 'rdoc/rdoc' # Make only the output directory relative to the invoked directory. |