diff --git a/Doc/Manual/Preprocessor.html b/Doc/Manual/Preprocessor.html index 1170bc50d..3fa26120f 100644 --- a/Doc/Manual/Preprocessor.html +++ b/Doc/Manual/Preprocessor.html @@ -110,7 +110,7 @@ inequality tests are also supported, for example:
-#if defined __cplusplus && (#__VA_ARGS__ != "" || #TYPE == "void")
+#if defined __cplusplus && (#__VA_ARGS__ != "" || #TYPE == "void")
 
diff --git a/Doc/Manual/SWIGPlus.html b/Doc/Manual/SWIGPlus.html index 9820a1800..42c4fcea6 100644 --- a/Doc/Manual/SWIGPlus.html +++ b/Doc/Manual/SWIGPlus.html @@ -2392,6 +2392,7 @@ This can be used to simply rename a method, across an entire class hierarchy for This also applies to methods introduced via using declarations, see Using declarations and inheritance. For example: +

@@ -2428,7 +2429,6 @@ public:
 
-