Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .rdoc_options
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/rdoc/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading