summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-22 14:30:07 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-22 14:30:09 -0800
commit0b2aea861cde3c001e59eafb19f4fa1fa615a5a5 (patch)
tree4ed99a2715300d8e73443fa4afa3ee3afb0abab9 /tool
parentcce6a30fddd08efcc435fd28cef27b4731817efa (diff)
Polish the public docs for MJIT [ci skip]
Now every private interface is cleaned up, and the public interface is documented.
Diffstat (limited to 'tool')
-rw-r--r--tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb b/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb
index dac53668a0..4b20e896a2 100644
--- a/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb
+++ b/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb
@@ -1,4 +1,4 @@
-module RubyVM::MJIT
+module RubyVM::MJIT # :nodoc: all
Instruction = Struct.new(
:name,
:bin,