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.
1 parent 95b6cfb commit a576ff8Copy full SHA for a576ff8
doc/rdoc/markup_reference.rb
@@ -918,10 +918,6 @@
918
#
919
# - Linked: <tt>https://github.com</tt> links to https://github.com.
920
921
-# [Protocol +www+]
922
-#
923
-# - Linked: <tt>www.yahoo.com</tt> links to www.yahoo.com.
924
925
# [Protocol +ftp+]
926
927
# - Linked: <tt>ftp://nosuch.site</tt> links to ftp://nosuch.site.
lib/rdoc.rb
@@ -21,7 +21,7 @@
21
# see RDoc::Markup and refer to <tt>rdoc --help</tt> for command line usage.
22
23
# If you want to set the default markup format see
24
-# RDoc::Markup@Supported+Formats
+# RDoc::Markup@Markup+Formats
25
26
# If you want to store rdoc configuration in your gem (such as the default
27
# markup format) see RDoc::Options@Saved+Options
0 commit comments