diff options
Diffstat (limited to 'mrbgems/mruby-math/src')
| -rw-r--r-- | mrbgems/mruby-math/src/math.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mrbgems/mruby-math/src/math.c b/mrbgems/mruby-math/src/math.c index 109112578..8cbc2544e 100644 --- a/mrbgems/mruby-math/src/math.c +++ b/mrbgems/mruby-math/src/math.c @@ -721,6 +721,12 @@ void mrb_mruby_math_gem_init(mrb_state* mrb) { struct RClass *mrb_math; + + /** + * Math functions + * + * @mrbgem mruby-math + */ mrb_math = mrb_define_module(mrb, "Math"); mrb_define_class_under(mrb, mrb_math, "DomainError", mrb->eStandardError_class); |
