[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking

This commit is contained in:
Nobuyoshi Nakada 2025-01-02 12:36:06 +09:00
parent b4ec22fe6c
commit e433e6515e
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
Notes: git 2025-01-02 05:23:06 +00:00
24 changed files with 44 additions and 42 deletions

6
file.c
View file

@ -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:
*