[ci skip] Fix Doxygen for ROBJECT Macro

This commit is contained in:
Matt Valentine-House 2022-12-13 11:15:00 +00:00 committed by Peter Zhu
parent 74995162fc
commit 83c12b5baa
Notes: git 2022-12-13 20:42:32 +00:00

View File

@ -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 */