[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:
nobu 2018-02-23 02:18:52 +00:00
parent b9d01e2257
commit 96db72ce38
13 changed files with 146 additions and 1 deletions

View file

@ -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)
{