Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9350/docs
Modified Files:
wxlua.html
Log Message:
Some cleanup
Index: wxlua.html
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** wxlua.html 17 Jul 2007 03:30:22 -0000 1.31
--- wxlua.html 1 Aug 2007 18:24:13 -0000 1.32
***************
*** 1,20 ****
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html>
! <head>
!
! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
! <title>wxLua Documentation</title>
!
!
! <meta content="John Labenski" name="author">
!
[...4353 lines suppressed...]
the script as a string with the given name. The name
is only used if Lua errors out and then the debug message will contain
! that name. </li> <li>Returns Lua's error code LUA_ERRXXX
! or 0 on success</li> </ul> <li>int
LuaDoBuffer(const
char *buffer, size_t len, const char
! *name)</li> <ul> <li>Run a buffer, perhaps from
bin2lua.lua, that you've
! compiled with your program.</li> <li>Returns Lua's error
! code LUA_ERRXXX or 0 on success</li> </ul> <li>int
! LuaDoFile(const wxString &filename)</li> <ul> <li>Run
! a Lua file from disk.</li> <li>Returns Lua's error code
! LUA_ERRXXX or 0 on success</li> </ul> <li>int
! LuaPCall(int narg, int nresults)</li> <ul> <li>Uses
lua_call to run a chunk on the stack, but sets
! things up for wxLua first.</li> <li>Returns Lua's error
! code LUA_ERRXXX or 0 on success</li> </ul> <li>The
other functions are documented in <span style="font-style: italic;">wxLua/modules/wxlua/include/wxlstate.h</span>.</li>
! </ul></body></html>
\ No newline at end of file
|