diff options
author | Burdette Lamar <[email protected]> | 2024-07-29 08:16:13 -0500 |
---|---|---|
committer | git <[email protected]> | 2024-07-29 13:16:18 +0000 |
commit | 63bdf2d72591c82e596320eb902579e0b93b0640 (patch) | |
tree | c8656d8cb6e6d95b5f12b6f7a554ea85477d634d /lib/rdoc/options.rb | |
parent | df1cc043017660156c9d7477e5799de803573a80 (diff) |
[ruby/rdoc] [DOC] Mods about markup formats
(https://github.com/ruby/rdoc/pull/1143)
https://github.com/ruby/rdoc/commit/011de3f2fd
Diffstat (limited to 'lib/rdoc/options.rb')
-rw-r--r-- | lib/rdoc/options.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rdoc/options.rb b/lib/rdoc/options.rb index c8fca4a262..2631d57364 100644 --- a/lib/rdoc/options.rb +++ b/lib/rdoc/options.rb @@ -233,9 +233,9 @@ class RDoc::Options attr_accessor :main_page ## - # The default markup format. The default is 'rdoc'. 'markdown', 'tomdoc' - # and 'rd' are also built-in. - + # The markup format. + # One of: +rdoc+ (the default), +markdown+, +rd+, +tomdoc+. + # See {Markup Formats}[rdoc-ref:RDoc::Markup@Markup+Formats]. attr_accessor :markup ## |