summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2009-05-17 20:28:43 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2009-05-17 20:28:43 +0000
commitb6c869be0f899337f0dea144db69fd53ff42ca4a (patch)
tree0ad320a62c7c562ecf8cefa0dc91ee220928c041
parent6c96148de53ee6afdf065591e8abe9abc26df3d5 (diff)
downloadswig-b6c869be0f899337f0dea144db69fd53ff42ca4a.tar.gz
fix link
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11214 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Doc/Manual/CSharp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html
index 81c8a232b..3e17ee7f1 100644
--- a/Doc/Manual/CSharp.html
+++ b/Doc/Manual/CSharp.html
@@ -212,7 +212,7 @@ The "csin" typemap supports additional optional attributes called 'cshin' and 't
The 'cshin' attribute should contain the parameter type and name whenever a <a href="Java.html#java_constructor_helper_function">constructor helper function</a> is generated due to the 'pre' or 'post' attributes.
The 'terminator' attribute normally just contains a closing brace for when the 'pre' attribute contains an opening brace, such as when a C# <tt>using</tt> or <tt>fixed</tt> block is started.
Note that 'pre', 'post', 'terminator' and 'cshin' attributes are not used for marshalling the property set.
-Please see the <a href="#csharp_date_marshalling">Date marshalling example</a> and <a href="#CSharp.html#csharp_date_properties">Date marshalling of properties example</a> for further understanding of these "csin" applicable attributes.
+Please see the <a href="#csharp_date_marshalling">Date marshalling example</a> and <a href="#csharp_date_properties">Date marshalling of properties example</a> for further understanding of these "csin" applicable attributes.
</p>
</li>