summaryrefslogtreecommitdiff
path: root/file.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 /file.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 'file.c')
-rw-r--r--file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file.c b/file.c
index 585dd90665..2c603ecd4d 100644
--- a/file.c
+++ b/file.c
@@ -6652,7 +6652,7 @@ const char ruby_null_device[] =
/*
* A \File object is a representation of a file in the underlying platform.
*
- * \Class \File extends module FileTest, supporting such singleton methods
+ * Class \File extends module FileTest, supporting such singleton methods
* as <tt>File.exist?</tt>.
*
* == About the Examples
@@ -7309,7 +7309,7 @@ const char ruby_null_device[] =
*
* == What's Here
*
- * First, what's elsewhere. \Class \File:
+ * First, what's elsewhere. Class \File:
*
* - Inherits from {class IO}[rdoc-ref:IO@What-27s+Here],
* in particular, methods for creating, reading, and writing files
@@ -7555,7 +7555,7 @@ Init_File(void)
/*
* Document-module: File::Constants
*
- * \Module +File::Constants+ defines file-related constants.
+ * Module +File::Constants+ defines file-related constants.
*
* There are two families of constants here:
*