Suppress C++ argument list (Name style settings menu)

Select this option to suppress the argument signature in C++ names.

For example, selecting this option would give you MyClass::DoSomething instead of Myclass::DoSomething(int,char**)