mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +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
|
# frozen_string_literal: true
|
||||||
# :markup: markdown
|
# :markup: markdown
|
||||||
|
|
||||||
|
#--
|
||||||
# Here we are reopening the prism module to provide methods on nodes that aren't
|
# Here we are reopening the prism module to provide methods on nodes that aren't
|
||||||
# templated and are meant as convenience methods.
|
# templated and are meant as convenience methods.
|
||||||
|
#++
|
||||||
module Prism
|
module Prism
|
||||||
class Node
|
class Node
|
||||||
def deprecated(*replacements) # :nodoc:
|
def deprecated(*replacements) # :nodoc:
|
||||||
|
|
|
@ -554,9 +554,11 @@ module Prism
|
||||||
# :markup: markdown
|
# :markup: markdown
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
--
|
||||||
This file is generated by the templates/template.rb script and should not be
|
This file is generated by the templates/template.rb script and should not be
|
||||||
modified manually. See #{filepath}
|
modified manually. See #{filepath}
|
||||||
if you are looking to modify the template
|
if you are looking to modify the template
|
||||||
|
++
|
||||||
=end
|
=end
|
||||||
|
|
||||||
HEADING
|
HEADING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue