summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorAlan Wu <alanwu@ruby-lang.org>2020-12-14 20:01:01 -0500
committerAlan Wu <alanwu@ruby-lang.org>2020-12-14 20:01:01 -0500
commitbefa24488c2757b55be12ae3ca866156f5a4073f (patch)
tree11bb000a800097a7a73ddb239bd4e727c1dabaf5 /error.c
parent928cb6eeb6497f9e59ccde394cde60319c63b371 (diff)
Help RDoc find Exception [ci skip]
This was on top of `Init_Exception()`.
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/error.c b/error.c
index 575c3ebfe0..1d9b66c328 100644
--- a/error.c
+++ b/error.c
@@ -2579,6 +2579,8 @@ syserr_eqq(VALUE self, VALUE exc)
*/
/*
+ * Document-class: Exception
+ *
* \Class Exception and its subclasses are used to communicate between
* Kernel#raise and +rescue+ statements in <code>begin ... end</code> blocks.
*