diff options
author | 卜部昌平 <[email protected]> | 2020-12-18 14:24:07 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-09-10 20:00:06 +0900 |
commit | f83b14af247c56083fa19f2f0ca47ba4088b324f (patch) | |
tree | 8a14c57d3e3da3112ff1e9bfe627aa8c2857a944 /thread_pthread.c | |
parent | 03fd22a170977f23b6c75981c41b3b90b4704975 (diff) |
include/ruby/internal/interpreter.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
In fact many functions declared in the header file are already
documented more or less. They were just copy & pasted, with applying
some style updates.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'thread_pthread.c')
-rw-r--r-- | thread_pthread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/thread_pthread.c b/thread_pthread.c index 15a5ff826b..102b15d156 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -908,10 +908,6 @@ reserve_stack(volatile char *limit, size_t size) #endif #undef ruby_init_stack -/* Set stack bottom of Ruby implementation. - * - * You must call this function before any heap allocation by Ruby implementation. - * Or GC will break living objects */ void ruby_init_stack(volatile VALUE *addr) { |