mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5780 from dearblue/doc/mrb_value
Match the `mrb_value` documentation to the current implementation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user