summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-03-07 10:29:12 +1300
committerOlly Betts <olly@survex.com>2022-03-07 10:31:52 +1300
commit70553f01dc04820d27268122c5f696bb5605f2cb (patch)
tree598309335e4eed10cca39948799442f4b51bff46
parent4f5613b4e971e65577528ecfc6822af58600cccf (diff)
downloadswig-70553f01dc04820d27268122c5f696bb5605f2cb.tar.gz
Stop suggesting %name in Guile.html
%name has been deprecated since 2004.
-rw-r--r--Doc/Manual/Guile.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/Manual/Guile.html b/Doc/Manual/Guile.html
index 26679dc4b..f72a4287b 100644
--- a/Doc/Manual/Guile.html
+++ b/Doc/Manual/Guile.html
@@ -303,10 +303,12 @@ experimental; the (hobbit4d link) conventions are not well understood.
Underscores are converted to dashes in identifiers. Guile support may
grow an option to inhibit this folding in the future, but no one has
complained so far.
+</p>
-<p>You can use the SWIG directives <code>%name</code> and
-<code>%rename</code> to specify the Guile name of the wrapped
-functions and variables (see CHANGES).
+<p>You can use the <a href="SWIG.html#SWIG_rename_ignore">SWIG
+directive <code>%rename</code></a> to specify the Guile
+names of the wrapped functions and variables.
+</p>
<H2><a name="Guile_nn11">26.6 Typemaps</a></H2>