summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-21 11:15:08 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit1b6245ccdcd414698a257847d508603f438578ca (patch)
tree2916cfceb1e4536f52a267b326210f1857d647d0 /error.c
parent4881a3ed38dca132ae85878d40ad79b8f4aa5e55 (diff)
include/ruby/internal/error.h: add doxygen
Must not be a bad idea to improve documents.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 79a24a71fd..6cd64bc280 100644
--- a/error.c
+++ b/error.c
@@ -45,7 +45,7 @@
#include "builtin.h"
/*!
- * \defgroup exception Exception handlings
+ * \addtogroup exception
* \{
*/