mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[ruby/prism] [DOC] Stop rdoc from processing non-rdoc comments
de1faa1680
This commit is contained in:
parent
22451f370e
commit
82c74e4282
2 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue