summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-10-18 18:59:57 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-10-18 18:59:57 +0000
commit383230d734280c8cbd8ca159d30fe5677134883d (patch)
tree8c85abe0b68cb9abb64f0230bdc336d9a3905be9 /Doc
parentf77ccd81d5c0b09ba0d99833e60945edf381f2f5 (diff)
downloadswig-383230d734280c8cbd8ca159d30fe5677134883d.tar.gz
minor clarification about %{ %} blocks
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12284 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Introduction.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Manual/Introduction.html b/Doc/Manual/Introduction.html
index 3bac9484e..24579d946 100644
--- a/Doc/Manual/Introduction.html
+++ b/Doc/Manual/Introduction.html
@@ -195,9 +195,9 @@ extern int my_mod(int n, int m);
<p>
The interface file contains ANSI C function prototypes and variable
declarations. The <tt>%module</tt> directive defines the name of the
-module that will be created by SWIG. The <tt>%{,%}</tt> block
-provides a location for inserting additional code such as C header
-files or additional C declarations.
+module that will be created by SWIG. The <tt>%{ %}</tt> block
+provides a location for inserting additional code, such as C header
+files or additional C declarations, into the generated C wrapper code.
<H3><a name="Introduction_nn6"></a>2.3.2 The swig command</H3>