[ruby/rdoc] Fix missing closing colon for :notnew:

https://github.com/ruby/rdoc/commit/1e550b7d02
This commit is contained in:
zzak 2023-06-16 16:15:32 +09:00 committed by git
parent 5bc1b56c14
commit 80dfe2bc4d

View File

@ -26,7 +26,7 @@ require 'rdoc'
# - Single-line or multi-line comments that precede certain definitions;
# see {Markup in Comments}[rdoc-ref:RDoc::MarkupReference@Markup+in+Comments].
# - \RDoc directives in trailing comments (on the same line as code);
# see <tt>:nodoc:</tt>, <tt>:doc:</tt>, and <tt>:notnew</tt>.
# see <tt>:nodoc:</tt>, <tt>:doc:</tt>, and <tt>:notnew:</tt>.
# - \RDoc directives in single-line comments;
# see other {Directives}[rdoc-ref:RDoc::MarkupReference@Directives].
# - The Ruby code itself (but not from C code);