mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
d7c46522fc
commit
a12e8fd2ed
3 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Fri Feb 26 14:39:39 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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]
|
||||||
|
|
||||||
Fri Feb 26 12:25:56 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
Fri Feb 26 12:25:56 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
* doc/extension.ja.rdoc: removed rendering error caused by editor specific
|
* doc/extension.ja.rdoc: removed rendering error caused by editor specific
|
||||||
|
|
|
@ -1788,3 +1788,7 @@ rb_ary_store() などの,適切な API 関数を利用するようにして下
|
||||||
|
|
||||||
そのほか,対応についての詳細は README.EXT の「Appendix D. Generational
|
そのほか,対応についての詳細は README.EXT の「Appendix D. Generational
|
||||||
GC」を参照して下さい.
|
GC」を参照して下さい.
|
||||||
|
|
||||||
|
:enddoc: Local variables:
|
||||||
|
:enddoc: fill-column: 60
|
||||||
|
:enddoc: end:
|
||||||
|
|
|
@ -1821,3 +1821,7 @@ keyword in C. RB_GC_GUARD has the following advantages:
|
||||||
compilers and architectures. RB_GC_GUARD is customizable for broken
|
compilers and architectures. RB_GC_GUARD is customizable for broken
|
||||||
systems/compilers without those without negatively affecting other
|
systems/compilers without those without negatively affecting other
|
||||||
systems.
|
systems.
|
||||||
|
|
||||||
|
:enddoc: Local variables:
|
||||||
|
:enddoc: fill-column: 70
|
||||||
|
:enddoc: end:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue