diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-01-07 00:43:56 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-01-07 00:43:56 +0900 |
| commit | e168dbdac542634f0e86ffb048cb78ff617720f7 (patch) | |
| tree | 23160626766f7627596b03b67b29a169e7a1bb50 /doc | |
| parent | 0831d960bf6eef9ec96d37529d555c0f43f21d0d (diff) | |
[DOC] Simply use `--` / `++` instead of `:stopdoc:` / `:startdoc:`
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/extension.ja.rdoc | 9 | ||||
| -rw-r--r-- | doc/extension.rdoc | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/extension.ja.rdoc b/doc/extension.ja.rdoc index 94581a9356..48699ac620 100644 --- a/doc/extension.ja.rdoc +++ b/doc/extension.ja.rdoc @@ -1865,7 +1865,8 @@ Ractor をサポートするための詳細は、{Appendix F. Ractor support}[rdoc-ref:extension.rdoc@Appendix+F.+Ractor+support] を参照してください。 -:stopdoc: Local variables: -:stopdoc: fill-column: 60 -:stopdoc: end: -:startdoc: +-- +Local variables: +fill-column: 60 +end: +++ diff --git a/doc/extension.rdoc b/doc/extension.rdoc index 703245be9c..01ac140e69 100644 --- a/doc/extension.rdoc +++ b/doc/extension.rdoc @@ -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 discovered. -:stopdoc: Local variables: -:stopdoc: fill-column: 70 -:stopdoc: end: -:startdoc: +-- +Local variables: +fill-column: 70 +end: +++ |
