Displaying 1 result from an estimated 1 matches for "noautorename".
Did you mean:
  autorename
  
2006 Apr 17
2
SWIG -autorename
...SWIG manual:
-------8<---------------
SWIG 1.3.28 introduces the new -autorename command line parameter. When 
this parameter is specified, SWIG will automatically change constant, 
class and method names to conform with the standard Ruby naming 
conventions. ...
To disable renaming use the -noautorename command line option.
Since this change significantly changes the wrapper code generated by 
SWIG, it is turned off by default in SWIG 1.3.28. However, it is planned 
to become the default option in future releases.
-------8<---------------
I haven''t tested how this does renaming but...