From f83b14af247c56083fa19f2f0ca47ba4088b324f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Fri, 18 Dec 2020 14:24:07 +0900 Subject: 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. --- thread_pthread.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'thread_pthread.c') 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) { -- cgit v1.2.1