summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
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
}
+
+/*!
+ * \}
+ */