From eff5b3452cd7e607d7355ae09fbd567a861e4b8f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 31 Jan 2009 23:14:02 +0000 Subject: [PATCH] html fix git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11104 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Lua.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html index 3856c98ec..e66c1c7f3 100644 --- a/Doc/Manual/Lua.html +++ b/Doc/Manual/Lua.html @@ -1355,12 +1355,15 @@ if (!SWIG_IsOK(SWIG_ConvertPtr( .....)){

SWIG_fail_arg(char* func_name,int argnum,char* type)

-This macro, when called within the context of a SWIG wrappered function, will display the error message and jump to the error handler code. The error message is of the form "Error in func_name (arg argnum), expected 'type' got 'whatever the type was'"
+This macro, when called within the context of a SWIG wrappered function, will display the error message and jump to the error handler code. The error message is of the form +
+"Error in func_name (arg argnum), expected 'type' got 'whatever the type was'"
+

SWIG_fail_ptr(const char* fn_name,int argnum,swig_type_info* type);

-Similar to SWIG_fail_arg, except that it will display the swig_type_info information instead.
+Similar to SWIG_fail_arg, except that it will display the swig_type_info information instead.

23.6 Customization of your Bindings