summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-04 19:50:55 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-04 19:50:55 +0000
commit7fe18eaacbdc70b1c1ce53d3421cbd28441fdeef (patch)
tree8da169b8a8729fade51f8e010dd5f062e6f703ee
parent867e6a9986ce3a6ebfdb90148a0fb5e0c78a6192 (diff)
downloadswig-7fe18eaacbdc70b1c1ce53d3421cbd28441fdeef.tar.gz
SF #3141139 better callback documentation
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12429 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Doc/Manual/SWIG.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Manual/SWIG.html b/Doc/Manual/SWIG.html
index b8e3e2260..fd510f2a4 100644
--- a/Doc/Manual/SWIG.html
+++ b/Doc/Manual/SWIG.html
@@ -2236,7 +2236,8 @@ rest to lower case.
And now, a final note about function pointer support. Although SWIG
does not normally allow callback functions to be written in the target language, this
can be accomplished with the use of typemaps and other advanced SWIG features.
-This is described in a later chapter.
+See the <a href="Typemaps.html#Typemaps">Typemaps chapter</a> for more about typemaps
+and individual target language chapters for more on callbacks and the 'director' feature.
</p>
<H2><a name="SWIG_nn31"></a>5.5 Structures and unions</H2>