summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-01-02 12:36:06 +0900
committerNobuyoshi Nakada <[email protected]>2025-01-02 12:36:06 +0900
commite433e6515efbb31a77ab8013a7e9b2c57212264d (patch)
treee3eed22a0d78f6ebc1fca5a79ded1ead9a3e7a4a /numeric.c
parentb4ec22fe6c493a212c059cecab90de5b5f349102 (diff)
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12496
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/numeric.c b/numeric.c
index 485575f871..affd60a182 100644
--- a/numeric.c
+++ b/numeric.c
@@ -930,7 +930,7 @@ num_negative_p(VALUE num)
*
* == What's Here
*
- * First, what's elsewhere. \Class \Float:
+ * First, what's elsewhere. Class \Float:
*
* - Inherits from
* {class Numeric}[rdoc-ref:Numeric@What-27s+Here]
@@ -3546,7 +3546,7 @@ rb_num2ull(VALUE val)
*
* == What's Here
*
- * First, what's elsewhere. \Class \Integer:
+ * First, what's elsewhere. Class \Integer:
*
* - Inherits from
* {class Numeric}[rdoc-ref:Numeric@What-27s+Here]
@@ -6190,7 +6190,7 @@ int_s_try_convert(VALUE self, VALUE num)
*
* == What's Here
*
- * First, what's elsewhere. \Class \Numeric:
+ * First, what's elsewhere. Class \Numeric:
*
* - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
* - Includes {module Comparable}[rdoc-ref:Comparable@What-27s+Here].