From 5682d940e526131f0def90655341f8e3caa27d78 Mon Sep 17 00:00:00 2001
From: William S Fulton
Date: Wed, 2 Mar 2022 19:42:44 +0000
Subject: [PATCH] HTML fixes
---
Doc/Manual/Preprocessor.html | 2 +-
Doc/Manual/SWIGPlus.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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:
-