Added %rename to change function and method names from CamelCase to lower_case_with_underscores.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8399 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
65620fb539
commit
032bf49f28
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
* The Ruby global rename rules
|
||||
* ------------------------------------------------------------ */
|
||||
|
||||
/* Method names should be changed so that they are
|
||||
lower_case_with_underscores */
|
||||
%rename("%(utitle)s", %isfunction, %ismember) "";
|
||||
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Inner macros
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue