summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-09-06 10:38:40 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-09-06 15:50:58 +0900
commitd6a94cffda6763c7ad3ac3830dcfe6a87e405fe4 (patch)
tree0d67cdd4137453d511f266a961ae064a67e707ec
parent41b7c335d3ede90e7bc1b469de242df392dc6adc (diff)
doxygen update [ci skip]
-rw-r--r--vm_eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_eval.c b/vm_eval.c
index 4a304e33d3..b0249391bf 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -878,7 +878,8 @@ rb_funcallv_public(VALUE recv, ID mid, int argc, const VALUE *argv)
/*!
* Calls a method
- * \param ptr opaque call cache
+ * \private
+ * \param cc opaque call cache
* \param recv receiver of the method
* \param mid an ID that represents the name of the method
* \param argc the number of arguments