From 4754b5a5f7df9850dcb15250d9858a169f833685 Mon Sep 17 00:00:00 2001 From: shugo Date: Sun, 19 Feb 2006 12:32:54 +0000 Subject: [PATCH] added RubyGcPerRequest to documents. --- doc/directives.en.rd | 8 ++++++++ doc/directives.ja.euc.rd | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/directives.en.rd b/doc/directives.en.rd index 6a004e0..9db30a9 100644 --- a/doc/directives.en.rd +++ b/doc/directives.en.rd @@ -25,6 +25,7 @@ * (()) * (()) * (()) +* (()) * (()) --- RubyAddPath directory... @@ -258,6 +259,13 @@ RubyRestrictDirectives on +--- RubyGcPerRequest flag + Specifies whether to call GC at the end of each request. + + example: + + RubyGcPerRequest on + --- RubyKanjiCode kcode Specifies the value of ((|$KCODE|)). diff --git a/doc/directives.ja.euc.rd b/doc/directives.ja.euc.rd index c5e9e41..d93957e 100644 --- a/doc/directives.ja.euc.rd +++ b/doc/directives.ja.euc.rd @@ -25,6 +25,7 @@ * (()) * (()) * (()) +* (()) * (()) --- RubyAddPath directory... @@ -253,6 +254,13 @@ RubyRestrictDirectives on +--- RubyGcPerRequest flag + 各リクエストの処理後にGCを実行するかどうかを指定する。 + + 例: + + RubyGcPerRequest on + --- RubyKanjiCode kcode Rubyの((|$KCODE|))を指定する。デフォルト値は(({"NONE"}))。