mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove old doxygen tags
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user