Skip to content

Commit 8caa354

Browse files
author
Zachary Scott
committed
Use '.rdoc' for output dir to work with rdoc-tags /cc
#332 (comment)
1 parent d131fe6 commit 8caa354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/ri/task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def clobber_task_description
1414

1515
def defaults
1616
super
17-
@rdoc_dir = 'doc/ri'
17+
@rdoc_dir = '.rdoc'
1818
end
1919

2020
def rdoc_task_description

0 commit comments

Comments
 (0)