summaryrefslogtreecommitdiffhomepage
path: root/include/mruby/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mruby/error.h')
-rw-r--r--include/mruby/error.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/mruby/error.h b/include/mruby/error.h
index 347ca7738..8b6430137 100644
--- a/include/mruby/error.h
+++ b/include/mruby/error.h
@@ -10,10 +10,7 @@
#include "mruby/common.h"
/**
- * @file mruby/error.h
- * @defgroup mruby_error Error handling.
- * @ingroup mruby
- * @{
+ * MRuby error handling.
*/
MRB_BEGIN_DECL
@@ -45,7 +42,6 @@ MRB_API mrb_value mrb_rescue_exceptions(mrb_state *mrb, mrb_func_t body, mrb_val
mrb_func_t rescue, mrb_value r_data,
mrb_int len, struct RClass **classes);
-/** @} */
MRB_END_DECL
#endif /* MRUBY_ERROR_H */