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 /lib/rdoc.rb | |
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 'lib/rdoc.rb')
-rw-r--r-- | lib/rdoc.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rdoc.rb b/lib/rdoc.rb index 3821569f45..b42059c712 100644 --- a/lib/rdoc.rb +++ b/lib/rdoc.rb @@ -1,8 +1,6 @@ # frozen_string_literal: true $DEBUG_RDOC = nil -# :main: README.rdoc - ## # RDoc produces documentation for Ruby source files by parsing the source and # extracting the definition for classes, modules, methods, includes and |