summaryrefslogtreecommitdiff
path: root/doc/rdoc/markup_reference.rb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rdoc/markup_reference.rb')
-rw-r--r--doc/rdoc/markup_reference.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb
index bfc84abd5a..d1901b86e2 100644
--- a/doc/rdoc/markup_reference.rb
+++ b/doc/rdoc/markup_reference.rb
@@ -532,7 +532,8 @@ require 'rdoc'
#
# - Appears on a line by itself.
# - Specifies the format for the \RDoc input;
-# parameter +type+ is one of +markdown+, +rd+, +rdoc+, +tomdoc+.
+# parameter +type+ is one of: +rdoc+ (the default), +markdown+, +rd+, +tomdoc+.
+# See {Markup Formats}[rdoc-ref:RDoc::Markup@Markup+Formats].
#
# ===== Directives for HTML Output
#