From 7fe18eaacbdc70b1c1ce53d3421cbd28441fdeef Mon Sep 17 00:00:00 2001
From: William S Fulton
Date: Fri, 4 Feb 2011 19:50:55 +0000
Subject: [PATCH] SF #3141139 better callback documentation
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12429 626c5289-ae23-0410-ae9c-e8d60b6d4f22
---
Doc/Manual/SWIG.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 Typemaps chapter for more about typemaps
+and individual target language chapters for more on callbacks and the 'director' feature.
5.5 Structures and unions