diff --git a/SWIG/Doc/Manual/SWIGPlus.html b/SWIG/Doc/Manual/SWIGPlus.html index e7f915149..418cdbf06 100644 --- a/SWIG/Doc/Manual/SWIGPlus.html +++ b/SWIG/Doc/Manual/SWIGPlus.html @@ -44,7 +44,7 @@
  • Class extension
  • Templates
  • Namespaces -
  • Exception specifiers +
  • Exception specifications
  • Pointers to Members
  • Smart pointers and operator->()
  • Using declarations and inheritance @@ -3584,7 +3584,7 @@ more advanced namespace support.

    -

    6.20 Exception specifiers

    +

    6.20 Exception specifications

    @@ -3627,7 +3627,7 @@ Obviously, the exact details of how exceptions are handled depend on the target

    -Since exception specifiers are sometimes only used sparingly, this alone may not be enough to +Since exception specifications are sometimes only used sparingly, this alone may not be enough to properly handle C++ exceptions. To do that, a different set of special SWIG directives are used. Consult the "Customization features" chapter for details.

    diff --git a/SWIG/Doc/Manual/Typemaps.html b/SWIG/Doc/Manual/Typemaps.html index 87183b032..825d6942c 100644 --- a/SWIG/Doc/Manual/Typemaps.html +++ b/SWIG/Doc/Manual/Typemaps.html @@ -506,7 +506,7 @@ int foo(int x, double y, char *s);