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 @@
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 expSWIG supports the commonly used #warning and #error preprocessor directives. The #warning directive will cause SWIG to issue a warning then continue processing.