mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
This commit is contained in:
parent
b4ec22fe6c
commit
e433e6515e
Notes:
git
2025-01-02 05:23:06 +00:00
24 changed files with 44 additions and 42 deletions
6
file.c
6
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:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue