From 83c12b5baaf59a48fccab56850278fd3578bc542 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Tue, 13 Dec 2022 11:15:00 +0000 Subject: [ci skip] Fix Doxygen for ROBJECT Macro --- include/ruby/internal/core/robject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ruby') diff --git a/include/ruby/internal/core/robject.h b/include/ruby/internal/core/robject.h index f51c524081..b1c2e1b0a9 100644 --- a/include/ruby/internal/core/robject.h +++ b/include/ruby/internal/core/robject.h @@ -37,8 +37,8 @@ /** * Convenient casting macro. * - * @param obj An object, which is in fact an ::RRegexp. - * @return The passed object casted to ::RRegexp. + * @param obj An object, which is in fact an ::RObject. + * @return The passed object casted to ::RObject. */ #define ROBJECT(obj) RBIMPL_CAST((struct RObject *)(obj)) /** @cond INTERNAL_MACRO */ -- cgit v1.2.3