We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
warn_missing_rdoc_ref
1 parent f4a90c6 commit cff3877Copy full SHA for cff3877
.rdoc_options
@@ -1,6 +1,5 @@
1
op_dir: _site # for GitHub Pages and should match the config of RDoc task in Rakefile
2
title: rdoc Documentation
3
main_page: README.rdoc
4
-warn_missing_rdoc_ref: true
5
autolink_excluded_words:
6
- RDoc
lib/rdoc/options.rb
@@ -327,7 +327,7 @@ class RDoc::Options
327
328
##
329
# Warn if rdoc-ref links can't be resolved
330
- # Default is +false+
+ # Default is +true+
331
332
attr_accessor :warn_missing_rdoc_ref
333
0 commit comments