summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-22 11:35:45 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-22 11:35:46 -0800
commit9dcee2d80ee995e11b0fd437d4a94930ccb6db67 (patch)
treea67d2768251f14b8b32315d1fc97dffa9810ffc0 /mjit_c.rb
parentad1ce2b7b6034688bfb171b6fbc54bc9e3ffa54c (diff)
Remove MJIT's private constants from docs [ci skip]
Diffstat (limited to 'mjit_c.rb')
-rw-r--r--mjit_c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mjit_c.rb b/mjit_c.rb
index 5cedd460fe..d0d4ef168c 100644
--- a/mjit_c.rb
+++ b/mjit_c.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# Part of this file is generated by tool/mjit/bindgen.rb.
# Run `make mjit-bindgen` to update code between "MJIT bindgen begin" and "MJIT bindgen end".
-module RubyVM::MJIT
+module RubyVM::MJIT # :nodoc: all
# This `class << C` section is for calling C functions. For importing variables
# or macros as is, please consider using tool/mjit/bindgen.rb instead.
class << C