From d4afbe49f36f35ad1bf4f5f054c180973dc7521e Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 28 Aug 2008 18:28:52 +0000 Subject: [PATCH] rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- transcode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/transcode.c b/transcode.c index 38f93e70f1..1b10ceb3a2 100644 --- a/transcode.c +++ b/transcode.c @@ -2376,6 +2376,7 @@ econv_result_to_symbol(rb_econv_result_t res) * - after some output is generated, before input is done (:output_followed_by_input) * this occur only when OUTPUT_FOLLOWED_BY_INPUT is specified. * - destination buffer is full (:destination_buffer_full) + * this occur only when destination_bytesize is non-nil. * - source buffer is empty (:source_buffer_empty) * this occur only when PARTIAL_INPUT is specified. * - conversion is finished (:finished)