Merge pull request #5780 from dearblue/doc/mrb_value

Match the `mrb_value` documentation to the current implementation
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-08-13 14:06:26 +09:00
committed by GitHub
+2 -2
View File
@@ -183,8 +183,8 @@ MRB_VTYPE_FOREACH(MRB_VTYPE_TYPEDEF)
*
* Actual implementation depends on configured boxing type.
*
* @see mruby/boxing_no.h Default boxing representation
* @see mruby/boxing_word.h Word representation
* @see mruby/boxing_word.h Word boxing representation (Default)
* @see mruby/boxing_no.h No boxing representation
* @see mruby/boxing_nan.h Boxed double representation
*/
typedef void mrb_value;