From 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177 Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Wed, 14 Oct 2015 14:37:47 -0300 Subject: Mark core gems with mrbgem tag --- mrbgems/mruby-math/src/math.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mrbgems/mruby-math') 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); -- cgit v1.2.3