[ci skip] Fix Doxygen for ROBJECT Macro
This commit is contained in:
parent
74995162fc
commit
83c12b5baa
Notes:
git
2022-12-13 20:42:32 +00:00
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user