From 2ecd2fe0ed251f9946d5322d96cbfaf61ccbdd65 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Thu, 5 Dec 2024 19:36:28 +0800 Subject: [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 --- doc/rdoc/markup_reference.rb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/rdoc') 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 -# -# - # :title: _text_: -# -# - Appears on a line by itself. -# - Specifies the title for the HTML output. -# -# - # :main: _filename_: -# - Appears on a line by itself. -# - Specifies the HTML file to be displayed first. -# # ===== Directives for Method Documentation # # - # :call-seq:: -- cgit v1.2.3