summaryrefslogtreecommitdiff
path: root/Examples/perl5/index.html
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2000-09-02 19:18:32 +0000
committerDave Beazley <dave-swig@dabeaz.com>2000-09-02 19:18:32 +0000
commit5a766aa9a1d34fcca3bc3582b89501bc2f43edfb (patch)
treeb7530f9f2a93dd325c7c8d1d914854a0b79b8bdb /Examples/perl5/index.html
parent8de39d83cb207f0ee1d338e8706623df03b6697a (diff)
downloadswig-5a766aa9a1d34fcca3bc3582b89501bc2f43edfb.tar.gz
new example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@806 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/perl5/index.html')
-rw-r--r--Examples/perl5/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/perl5/index.html b/Examples/perl5/index.html
index 0b891b876..e33bcb491 100644
--- a/Examples/perl5/index.html
+++ b/Examples/perl5/index.html
@@ -20,6 +20,7 @@ certain C declarations are turned into constants.
<li><a href="value/index.html">value</a>. How to pass and return structures by value.
<li><a href="class/index.html">class</a>. How to wrap a simple C++ class.
<li><a href="reference/index.html">reference</a>. C++ references.
+<li><a href="pointer/index.html">pointer</a>. Simple pointer handling.
</ul>
<h2>Compilation Issues</h2>