diff options
author | Stan Lo <[email protected]> | 2024-12-05 19:36:28 +0800 |
---|---|---|
committer | git <[email protected]> | 2024-12-05 11:36:34 +0000 |
commit | 2ecd2fe0ed251f9946d5322d96cbfaf61ccbdd65 (patch) | |
tree | 031e8efe7795cb645b95abd2dc6730733c07c8c0 /doc/rdoc | |
parent | 866f1a1f2d6f0425b1535fb5697a30404e83e7c2 (diff) |
[ruby/rdoc] Deprecate `main` and `title` directives
(https://github.com/ruby/rdoc/pull/1218)
* Deprecate :main: directive
* Deprecate :title: direcive
* Update documentation
* Remove :main: directive's usage
* Update test cases
* Add '.rdoc_options' to suggested alternatives
https://github.com/ruby/rdoc/commit/e2d4ac9dad
Diffstat (limited to 'doc/rdoc')
-rw-r--r-- | doc/rdoc/markup_reference.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb index bb2dc67eca..defa9f66c9 100644 --- a/doc/rdoc/markup_reference.rb +++ b/doc/rdoc/markup_reference.rb @@ -535,17 +535,6 @@ require 'rdoc' # parameter +type+ is one of: +rdoc+ (the default), +markdown+, +rd+, +tomdoc+. # See {Markup Formats}[rdoc-ref:RDoc::Markup@Markup+Formats]. # -# ===== Directives for HTML Output -# -# - <tt># :title: _text_</tt>: -# -# - Appears on a line by itself. -# - Specifies the title for the HTML output. -# -# - <tt># :main: _filename_</tt>: -# - Appears on a line by itself. -# - Specifies the HTML file to be displayed first. -# # ===== Directives for Method Documentation # # - <tt># :call-seq:</tt>: |