aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-22 12:26:19 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-22 12:26:19 +0000
commitf7f48e08439860405a8f233dc8eaed7a79f878c8 (patch)
tree6db0a9603c070ac7b618b83673fb10c688bdbe67 /error.c
parentac2775b8283fef8734711fb1db2c17b8811eaf65 (diff)
downloadruby-f7f48e08439860405a8f233dc8eaed7a79f878c8.tar.gz
Add Doxygen comments
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/error.c b/error.c
index c8a6ccdf1b..a12c5d206d 100644
--- a/error.c
+++ b/error.c
@@ -28,6 +28,11 @@
# include <AvailabilityMacros.h>
#endif
+/*!
+ * \defgroup exception Exception handlings
+ * \{
+ */
+
#ifndef EXIT_SUCCESS
#define EXIT_SUCCESS 0
#endif
@@ -2602,3 +2607,7 @@ Init_syserr(void)
#undef defined_error
#undef undefined_error
}
+
+/*!
+ * \}
+ */