aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Warnings.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Warnings.html')
-rw-r--r--Doc/Manual/Warnings.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html
index 1571146f1..ccb1751d5 100644
--- a/Doc/Manual/Warnings.html
+++ b/Doc/Manual/Warnings.html
@@ -423,7 +423,8 @@ example.i(4) : Syntax error in input.
<li>322. Redundant redeclaration of '<em>name</em>'.
<li>323. Recursive scope inheritance of '<em>name</em>'.
<li>324. Named nested template instantiations not supported. Processing as if no name was given to %template().
-<li>325. Nested class not currently supported (<em>name</em> ignored).
+<li>325. Nested <em>kind</em> not currently supported (<em>name</em> ignored).
+<li>326. Deprecated %extend name used - the <em>kind</em> name '<em>name</em>' should be used instead of the typedef name '<em>name</em>'.
<li>350. operator new ignored.
<li>351. operator delete ignored.
<li>352. operator+ ignored.