aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2007-08-17 20:42:19 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2007-08-17 20:42:19 +0000
commit3fd28bf45c72dbf6491d8072b9e3355b3bdf0453 (patch)
tree864a052a9f00a9a9590c0af33d1f1c5d95f99843 /Doc
parentaeb132c2a6df7bd5ce07b2658a5b29f429cb8200 (diff)
downloadswig-3fd28bf45c72dbf6491d8072b9e3355b3bdf0453.tar.gz
Correct behaviour for templated methods used with %rename or %ignore and %template()
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9906 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Warnings.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html
index f6f1a9d28..b1bf25462 100644
--- a/Doc/Manual/Warnings.html
+++ b/Doc/Manual/Warnings.html
@@ -451,6 +451,7 @@ example.i(4): Syntax error in input.
<li>516. Overloaded method <em>declaration</em> ignored. Method <em>declaration</em> at <em>file</em>:<em>line</em> used.
<li>517.
<li>518. Portability warning: File <em>file1</em> will be overwritten by <em>file2</em> on case insensitive filesystems such as Windows' FAT32 and NTFS unless the class/module name is renamed.
+<li>519. %template() contains no name. Template method ignored: <em>declaration</em>
</ul>
<H3><a name="Warnings_nn15"></a>14.8.6 Language module specific (800-899) </H3>