[DOC] Simply use -- / ++ instead of :stopdoc: / :startdoc:

This commit is contained in:
Nobuyoshi Nakada 2024-01-07 00:43:56 +09:00
parent 0831d960bf
commit e168dbdac5
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
2 changed files with 10 additions and 8 deletions

View File

@ -1865,7 +1865,8 @@ Ractor をサポートするための詳細は、{Appendix F. Ractor
support}[rdoc-ref:extension.rdoc@Appendix+F.+Ractor+support] support}[rdoc-ref:extension.rdoc@Appendix+F.+Ractor+support]
を参照してください。 を参照してください。
:stopdoc: Local variables: --
:stopdoc: fill-column: 60 Local variables:
:stopdoc: end: fill-column: 60
:startdoc: end:
++

View File

@ -2274,7 +2274,8 @@ To make a "Ractor-safe" C extension, we need to check the following points:
making of a Ractor-safe extension. This document will be extended as they are making of a Ractor-safe extension. This document will be extended as they are
discovered. discovered.
:stopdoc: Local variables: --
:stopdoc: fill-column: 70 Local variables:
:stopdoc: end: fill-column: 70
:startdoc: end:
++