From 9006dc90ce5c87b384e14929d155adecaa9b5a46 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 6 Mar 2010 19:35:25 +0000 Subject: [PATCH] Correctly mangle the html section names to prevent name clashes in the pdf document git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11921 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/CSharp.html | 6 +++--- Doc/Manual/Chicken.html | 12 ++++++------ Doc/Manual/Contents.html | 16 ++++++++-------- Doc/Manual/Customization.html | 18 +++++++++--------- Doc/Manual/Guile.html | 4 ++-- Doc/Manual/Java.html | 6 +++--- Doc/Manual/Library.html | 2 +- Doc/Manual/Lisp.html | 2 +- Doc/Manual/Lua.html | 2 +- Doc/Manual/Modula3.html | 4 ++-- Doc/Manual/Modules.html | 4 ++-- Doc/Manual/Perl5.html | 2 +- Doc/Manual/Ruby.html | 8 ++++---- Doc/Manual/SWIG.html | 4 ++-- Doc/Manual/SWIGPlus.html | 10 +++++----- Doc/Manual/Typemaps.html | 8 ++++---- Doc/Manual/Warnings.html | 2 +- 17 files changed, 55 insertions(+), 55 deletions(-) diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html index 3281bc268..34d441b35 100644 --- a/Doc/Manual/CSharp.html +++ b/Doc/Manual/CSharp.html @@ -310,7 +310,7 @@ The directorinattributes and directoroutattributes typemap att
  • Support for attaching C# attributes to wrapped methods, variables and enum values. -This is done using the %csattributes feature, see %feature directives. +This is done using the %csattributes feature, see %feature directives. Note that C# attributes are attached to proxy classes and enums using the csattributes typemap. For example, imagine we have a custom attribute class, ThreadSafeAttribute, for labelling thread safety. The following SWIG code shows how to attach this C# attribute to some methods and the class declaration itself: @@ -729,7 +729,7 @@ It is possible to throw a C# Exception from C/C++ code. SWIG already provides the framework for throwing C# exceptions if it is able to detect that a C++ exception could be thrown. Automatically detecting that a C++ exception could be thrown is only possible when a C++ exception specification is used, see Exception specifications. -The Exception handling with %exception section details the %exception feature. +The Exception handling with %exception section details the %exception feature. Customised code for handling exceptions with or without a C++ exception specification is possible and the details follow. However anyone wishing to do this should be familiar with the contents of the sections referred to above.

    @@ -1005,7 +1005,7 @@ Actually it will issue this warning for any function beginning with SWIG_CSh

    Let's consider a similar, but more common example that throws a C++ exception from within a wrapped function. -We can use %exception as mentioned in Exception handling with %exception. +We can use %exception as mentioned in Exception handling with %exception.

    diff --git a/Doc/Manual/Chicken.html b/Doc/Manual/Chicken.html index d1d83aafa..693e08e62 100644 --- a/Doc/Manual/Chicken.html +++ b/Doc/Manual/Chicken.html @@ -35,7 +35,7 @@
  • Typemaps
  • Pointers
  • Unsupported features and known problems