[ruby/prism] [DOC] Stop rdoc from processing non-rdoc comments

de1faa1680
This commit is contained in:
Nobuyoshi Nakada 2025-05-28 19:40:53 +09:00 committed by git
parent 22451f370e
commit 82c74e4282
2 changed files with 4 additions and 0 deletions

View file

@ -1,8 +1,10 @@
# frozen_string_literal: true
# :markup: markdown
#--
# Here we are reopening the prism module to provide methods on nodes that aren't
# templated and are meant as convenience methods.
#++
module Prism
class Node
def deprecated(*replacements) # :nodoc:

View file

@ -554,9 +554,11 @@ module Prism
# :markup: markdown
=begin
--
This file is generated by the templates/template.rb script and should not be
modified manually. See #{filepath}
if you are looking to modify the template
++
=end
HEADING