aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-26 05:40:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-26 05:40:28 +0000
commitfd92166c81abb5f7e3bde47fe9719cec29894be5 (patch)
treed4032f9e2c43aca682db562b70b3e5c5927743f6 /doc
parent624897c09bfd315e48d29864b5860fd621c9bab9 (diff)
downloadruby-fd92166c81abb5f7e3bde47fe9719cec29894be5.tar.gz
doc: editor local variables [ci skip]
* doc/extension.rdoc, doc/extension.ja.rdoc: add editor local variables, with commenting out by :enddoc: directives which are just ignored unless code object mode. [Bug #12111] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/extension.ja.rdoc4
-rw-r--r--doc/extension.rdoc4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/extension.ja.rdoc b/doc/extension.ja.rdoc
index 019bba3d8f..575b1ac742 100644
--- a/doc/extension.ja.rdoc
+++ b/doc/extension.ja.rdoc
@@ -1788,3 +1788,7 @@ rb_ary_store() などの,適切な API 関数を利用するようにして下
そのほか,対応についての詳細は README.EXT の「Appendix D. Generational
GC」を参照して下さい.
+
+:enddoc: Local variables:
+:enddoc: fill-column: 60
+:enddoc: end:
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index 48bb08661b..54612adae9 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -1821,3 +1821,7 @@ keyword in C. RB_GC_GUARD has the following advantages:
compilers and architectures. RB_GC_GUARD is customizable for broken
systems/compilers without those without negatively affecting other
systems.
+
+:enddoc: Local variables:
+:enddoc: fill-column: 70
+:enddoc: end: