aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-26 03:26:55 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-26 03:26:55 +0000
commitd7c46522fc89e2bfcb3ced48fc9db7953ed15386 (patch)
tree1dd3a9ca25cffb2d944f72bfecda529f2050d2bc /doc
parent0676ce8739bfcacf1d994fbeae137aceb0f5ff48 (diff)
downloadruby-d7c46522fc89e2bfcb3ced48fc9db7953ed15386.tar.gz
* doc/extension.ja.rdoc: removed rendering error caused by editor specific
configuration on http://docs.ruby-lang.org/en/trunk/extension_rdoc.html . [Bug #12111][ruby-core:73990] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/extension.ja.rdoc6
-rw-r--r--doc/extension.rdoc6
2 files changed, 0 insertions, 12 deletions
diff --git a/doc/extension.ja.rdoc b/doc/extension.ja.rdoc
index a964a466dc..019bba3d8f 100644
--- a/doc/extension.ja.rdoc
+++ b/doc/extension.ja.rdoc
@@ -1788,9 +1788,3 @@ rb_ary_store() などの,適切な API 関数を利用するようにして下
そのほか,対応についての詳細は README.EXT の「Appendix D. Generational
GC」を参照して下さい.
-
-/*
- * Local variables:
- * fill-column: 60
- * end:
- */
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index 33fd6660b3..48bb08661b 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -1821,9 +1821,3 @@ 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.
-
-/*
- * Local variables:
- * fill-column: 70
- * end:
- */