diff options
Diffstat (limited to 'mrbgems/mruby-math')
| -rw-r--r-- | mrbgems/mruby-math/src/math.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mrbgems/mruby-math/src/math.c b/mrbgems/mruby-math/src/math.c index a94c48c7b..79ad18b90 100644 --- a/mrbgems/mruby-math/src/math.c +++ b/mrbgems/mruby-math/src/math.c @@ -722,12 +722,6 @@ 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); |
