[DOC] prefer rdoc references over generated URLs

This commit is contained in:
Nobuyoshi Nakada 2022-02-19 15:14:01 +09:00
parent bec3a1f15a
commit dfa17f46a8
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 15 additions and 15 deletions

14
dir.rb
View file

@ -11,17 +11,17 @@
#
# First, what's elsewhere. \Class \Dir:
#
# - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here].
# - Includes {module Enumerable}[Enumerable.html#module-Enumerable-label-What-27s+Here],
# - Inherits from {class Object}[rdoc-ref:Object@What-27s+Here].
# - Includes {module Enumerable}[rdoc-ref:Enumerable@What-27s+Here],
# which provides dozens of additional methods.
#
# Here, class \Dir provides methods that are useful for:
#
# - {Reading}[#class-Dir-label-Reading]
# - {Setting}[#class-Dir-label-Setting]
# - {Querying}[#class-Dir-label-Querying]
# - {Iterating}[#class-Dir-label-Iterating]
# - {Other}[#class-Dir-label-Other]
# - {Reading}[rdoc-ref:Dir@Reading]
# - {Setting}[rdoc-ref:Dir@Setting]
# - {Querying}[rdoc-ref:Dir@Querying]
# - {Iterating}[rdoc-ref:Dir@Iterating]
# - {Other}[rdoc-ref:Dir@Other]
#
# === Reading
#