comment fixes, from Olly
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9051 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d863124388
commit
adc9136582
1 changed files with 2 additions and 2 deletions
|
|
@ -153,8 +153,8 @@ String *Swig_string_title(String *s) {
|
|||
/* -----------------------------------------------------------------------------
|
||||
* Swig_string_ccase()
|
||||
*
|
||||
* Takes a string object and returns a copy that is lowercase with thefirst letter
|
||||
* capitalized and the one following '_', which are removed.
|
||||
* Takes a string object and returns a copy that is lowercase with the first
|
||||
* letter capitalized and the one following '_', which are removed.
|
||||
*
|
||||
* camel_case -> CamelCase
|
||||
* camelCase -> CamelCase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue