mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] missing docs at toplevel
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b9d01e2257
commit
96db72ce38
13 changed files with 146 additions and 1 deletions
|
@ -2905,6 +2905,11 @@ encoded_dup(VALUE newstr, VALUE str, int encidx)
|
|||
return str_encode_associate(newstr, encidx);
|
||||
}
|
||||
|
||||
/*
|
||||
* Document-class: Encoding::Converter
|
||||
*
|
||||
* Encoding conversion class.
|
||||
*/
|
||||
static void
|
||||
econv_free(void *ptr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue