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/SWIG@8399 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Charlie Savage 2006-01-12 23:35:46 +00:00
commit 00f241311b

View file

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