diff --git a/.rdoc_options b/.rdoc_options index a0ef82abd3..40495cffd9 100644 --- a/.rdoc_options +++ b/.rdoc_options @@ -1,6 +1,5 @@ op_dir: _site # for GitHub Pages and should match the config of RDoc task in Rakefile title: rdoc Documentation main_page: README.rdoc -warn_missing_rdoc_ref: true autolink_excluded_words: - RDoc diff --git a/lib/rdoc/options.rb b/lib/rdoc/options.rb index 9ab0385bfa..a4c5599936 100644 --- a/lib/rdoc/options.rb +++ b/lib/rdoc/options.rb @@ -327,7 +327,7 @@ class RDoc::Options ## # Warn if rdoc-ref links can't be resolved - # Default is +false+ + # Default is +true+ attr_accessor :warn_missing_rdoc_ref