Skip to content

Commit cff3877

Browse files
authored
[DOC] Fix warn_missing_rdoc_ref default value in doc (#1408)
It's actually enabled by default now. Also removes the setting from `.rdoc_options` as it's not needed.
1 parent f4a90c6 commit cff3877

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.rdoc_options

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
op_dir: _site # for GitHub Pages and should match the config of RDoc task in Rakefile
22
title: rdoc Documentation
33
main_page: README.rdoc
4-
warn_missing_rdoc_ref: true
54
autolink_excluded_words:
65
- RDoc

lib/rdoc/options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class RDoc::Options
327327

328328
##
329329
# Warn if rdoc-ref links can't be resolved
330-
# Default is +false+
330+
# Default is +true+
331331

332332
attr_accessor :warn_missing_rdoc_ref
333333

0 commit comments

Comments
 (0)