diff --git a/Doc/Manual/Extending.html b/Doc/Manual/Extending.html index 80fe77d4d..bf70b69ac 100644 --- a/Doc/Manual/Extending.html +++ b/Doc/Manual/Extending.html @@ -729,7 +729,7 @@ For instance, the following example uses %rename in reverse to generate
%rename(foo) foo_i(int); -%rename(foo) foo_d(double; +%rename(foo) foo_d(double); void foo_i(int); void foo_d(double);