summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-14 08:45:38 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-14 08:45:38 +0100
commit54497fce49485f138211f6188009dc103b7e05cc (patch)
treea37c9cc13bd7a78ed94b00ad2f6d7e7ff44b87d7 /Doc
parent7334e9c16f11486ad969083d55ade76715403aa0 (diff)
downloadswig-54497fce49485f138211f6188009dc103b7e05cc.tar.gz
html fixes
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Contents.html1
-rw-r--r--Doc/Manual/Php.html2
-rw-r--r--Doc/Manual/Windows.html2
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 @@
<li><a href="Php.html#Php_nn2_6_3">Static Member Variables</a>
<li><a href="Php.html#Php_nn2_6_4">Static Member Functions</a>
<li><a href="Php.html#Php_nn2_6_5">Specifying Implemented Interfaces</a>
+<li><a href="Php.html#Php_nn2_6_6">Dynamic Properties</a>
</ul>
<li><a href="Php.html#Php_nn2_7">PHP Pragmas, Startup and Shutdown code</a>
</ul>
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 <tt>#[AllowDynamicProperties]</tt>.
</p>
-
+
<p>
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
</li>
<li>
Install <a href="https://www.nuget.org/packages/CMake-win64/">CMake-win64 Nuget package</a> using the following command: <pre>C:\Tools\nuget install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake</pre>
- Using PowerShell the equivalent syntax is: <pre>&"C:\Tools\nuget" install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake</pre>
+ Using PowerShell the equivalent syntax is: <pre>&amp; "C:\Tools\nuget" install CMake-win64 -Version 3.15.5 -OutputDirectory C:\Tools\CMake</pre>
Alternatively you can download CMake from <a href="https://cmake.org/download/">https://cmake.org/download/</a>.
</li>
<li>