Burdette Lamar 2024-09-02 10:36:49 -05:00 committed by git
parent fe2db1bed9
commit b539b43b2b
2 changed files with 1 additions and 5 deletions

View File

@ -918,10 +918,6 @@ require 'rdoc'
#
# - Linked: <tt>https://github.com</tt> links to https://github.com.
#
# [Protocol +www+]
#
# - Linked: <tt>www.yahoo.com</tt> links to www.yahoo.com.
#
# [Protocol +ftp+]
#
# - Linked: <tt>ftp://nosuch.site</tt> links to ftp://nosuch.site.

View File

@ -21,7 +21,7 @@ $DEBUG_RDOC = nil
# see RDoc::Markup and refer to <tt>rdoc --help</tt> for command line usage.
#
# If you want to set the default markup format see
# RDoc::Markup@Supported+Formats
# RDoc::Markup@Markup+Formats
#
# If you want to store rdoc configuration in your gem (such as the default
# markup format) see RDoc::Options@Saved+Options