From 4726c703f4f36a3fc4ddea8a30f81f356642abdd Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 7 Jul 2006 22:49:49 +0000 Subject: [PATCH] Fixes for pdf doc generation git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9207 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/CSharp.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html index 39f894bce..c68e95385 100644 --- a/Doc/Manual/CSharp.html +++ b/Doc/Manual/CSharp.html @@ -1086,7 +1086,8 @@ public class Base : IDisposable { public virtual void BaseBoolMethod(Base b, bool flag) { examplePINVOKE.Base_BaseBoolMethod(swigCPtr, Base.getCPtr(b), flag); - if (examplePINVOKE.SWIGPendingException.Pending) throw examplePINVOKE.SWIGPendingException.Retrieve(); + if (examplePINVOKE.SWIGPendingException.Pending) + throw examplePINVOKE.SWIGPendingException.Retrieve(); } public Base() : this(examplePINVOKE.new_Base(), true) { @@ -1155,8 +1156,8 @@ This method simply maps each C# delegate onto a C function pointer.
 SWIGEXPORT void SWIGSTDCALL CSharp_Base_director_connect(void *objarg, 
-                                                         SwigDirector_Base::SWIG_Callback0_t callback0,
-                                                         SwigDirector_Base::SWIG_Callback1_t callback1) {
+                                        SwigDirector_Base::SWIG_Callback0_t callback0,
+                                        SwigDirector_Base::SWIG_Callback1_t callback1) {
   Base *obj = (Base *)objarg;
   SwigDirector_Base *director = dynamic_cast<SwigDirector_Base *>(obj);
   if (director) {
@@ -1173,7 +1174,8 @@ public:
 
     typedef unsigned int (SWIGSTDCALL* SWIG_Callback0_t)(unsigned int);
     typedef void (SWIGSTDCALL* SWIG_Callback1_t)(void *, unsigned int);
-    void swig_connect_director(SWIG_Callback0_t callbackUIntMethod, SWIG_Callback1_t callbackBaseBoolMethod);
+    void swig_connect_director(SWIG_Callback0_t callbackUIntMethod, 
+                               SWIG_Callback1_t callbackBaseBoolMethod);
 
 private:
     SWIG_Callback0_t swig_callbackUIntMethod;