From: John L. <jr...@us...> - 2007-06-17 17:18:10
|
Update of /cvsroot/wxlua/wxLua/bindings/wxluasocket In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14496/wxLua/bindings/wxluasocket Modified Files: wxluasocket.i Log Message: Cleanup in the bindings file, make comments more uniform for wxluaref.html Make the genidocs.lua nicer, better colors and have it use it's own rules file. It can be used to generate a generic ref manual for any bindings now. Index: wxluasocket.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxluasocket/wxluasocket.i,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** wxluasocket.i 14 Jun 2007 01:23:07 -0000 1.12 --- wxluasocket.i 17 Jun 2007 17:17:36 -0000 1.13 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxLuaSocket specific wrappers // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxLuaSocket specific wrappers // Author: J Winwood, John Labenski *************** *** 6,10 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ %include "wx/defs.h" --- 6,10 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== %include "wx/defs.h" *************** *** 21,25 **** %function void LuaStackDialog() ! //----------------------------------------------------------------------------- // wxLuaDebugServer --- 21,25 ---- %function void LuaStackDialog() ! // --------------------------------------------------------------------------- // wxLuaDebugServer *************** *** 54,58 **** %endclass ! //----------------------------------------------------------------------------- // wxLuaDebugData --- 54,58 ---- %endclass ! // --------------------------------------------------------------------------- // wxLuaDebugData *************** *** 60,64 **** //%endclass ! //----------------------------------------------------------------------------- // wxLuaDebuggerEvent --- 60,64 ---- //%endclass ! // --------------------------------------------------------------------------- // wxLuaDebuggerEvent |