diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-28 18:28:52 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-28 18:28:52 +0000 |
commit | a3bdecd85fb34fb29e5d5f99fd063300d3b850b1 (patch) | |
tree | 50fa9ed8ff96f201715c07a68c7750dd20ec3ff3 | |
parent | 26058b3325120d0413d99a8a61121572e0090ce3 (diff) | |
download | ruby-a3bdecd85fb34fb29e5d5f99fd063300d3b850b1.tar.gz ruby-a3bdecd85fb34fb29e5d5f99fd063300d3b850b1.tar.xz ruby-a3bdecd85fb34fb29e5d5f99fd063300d3b850b1.zip |
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | transcode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transcode.c b/transcode.c index 38f93e70f..1b10ceb3a 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) |