From 54497fce49485f138211f6188009dc103b7e05cc Mon Sep 17 00:00:00 2001
From: William S Fulton
Date: Fri, 14 Oct 2022 08:45:38 +0100
Subject: [PATCH] html fixes
---
Doc/Manual/Contents.html | 1 +
Doc/Manual/Php.html | 2 +-
Doc/Manual/Windows.html | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html
index d3106bf09..fd74ab299 100644
--- a/Doc/Manual/Contents.html
+++ b/Doc/Manual/Contents.html
@@ -1351,6 +1351,7 @@
Static Member Variables
Static Member Functions
Specifying Implemented Interfaces
+Dynamic Properties
PHP Pragmas, Startup and Shutdown code
diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html
index 49d0474f7..97a48b707 100644
--- a/Doc/Manual/Php.html
+++ b/Doc/Manual/Php.html
@@ -866,7 +866,7 @@ not work by default in PHP 9.0.
In PHP code dynamic properties can be enabled for a class by
marking that class with the attribute #[AllowDynamicProperties].
-
+
To follow this PHP change, as of SWIG 4.1.0 you now need enable dynamic
properties for any classes you want to support them. To enable for class
diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html
index 80f4be3f9..3bbfc9028 100644
--- a/Doc/Manual/Windows.html
+++ b/Doc/Manual/Windows.html
@@ -240,7 +240,7 @@ For fully working build steps always check the Continuous Integration (CI) setup
Install CMake-win64 Nuget package using the following command: C:\Tools\nuget install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake
- Using PowerShell the equivalent syntax is: &"C:\Tools\nuget" install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake
+ Using PowerShell the equivalent syntax is: & "C:\Tools\nuget" install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake
Alternatively you can download CMake from https://cmake.org/download/.