From: John L. <jr...@us...> - 2007-06-07 03:35:21
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26204/wxLua/docs Modified Files: wxlua.html Log Message: Make the properties a little more clear Index: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** wxlua.html 6 Jun 2007 15:20:15 -0000 1.20 --- wxlua.html 7 Jun 2007 03:31:50 -0000 1.21 *************** *** 1,16 **** <!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"></head> <body> [...3573 lines suppressed...] things up for wxLua first.</li> + <li>Returns lua's error code LUA_ERRXXX or 0 on sucess</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> |