diff --git a/SWIG/Doc/Manual/Contents.html b/SWIG/Doc/Manual/Contents.html index 35cbe44c7..36224aef7 100644 --- a/SWIG/Doc/Manual/Contents.html +++ b/SWIG/Doc/Manual/Contents.html @@ -255,6 +255,7 @@
  • Preprocessing and %{ ... %} blocks
  • Preprocessing and { ... }
  • Viewing preprocessor output +
  • The #error and #warning directives diff --git a/SWIG/Doc/Manual/Perl5.html b/SWIG/Doc/Manual/Perl5.html index 849bb944e..26a0f4b61 100644 --- a/SWIG/Doc/Manual/Perl5.html +++ b/SWIG/Doc/Manual/Perl5.html @@ -1228,6 +1228,7 @@ Please refer to the "SWIG Basics" chapter for more information.

    26.4.9 Operators

    +

    As of version 1.3.27 SWIG automatically renames the most common C++ operators, and maps them into the perl module with the proper 'use overload ...' so you don't need to do any work.

    diff --git a/SWIG/Doc/Manual/Preprocessor.html b/SWIG/Doc/Manual/Preprocessor.html index db1ea6f37..ce4622b6a 100644 --- a/SWIG/Doc/Manual/Preprocessor.html +++ b/SWIG/Doc/Manual/Preprocessor.html @@ -383,6 +383,8 @@ This might be useful as an aid to debugging and viewing the results of macro exp

    7.10 The #error and #warning directives

    + +

    SWIG supports the commonly used #warning and #error preprocessor directives. The #warning directive will cause SWIG to issue a warning then continue processing.