[Jspro-cvs] jsPro/debug debug.js,1.7,1.8
Brought to you by:
wigleys
From: Stuart W. <wi...@us...> - 2005-02-22 11:24:37
|
Update of /cvsroot/jspro/jsPro/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28755/debug Modified Files: debug.js Log Message: no message Index: debug.js =================================================================== RCS file: /cvsroot/jspro/jsPro/debug/debug.js,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** debug.js 19 Jan 2005 16:33:27 -0000 1.7 --- debug.js 22 Feb 2005 11:22:55 -0000 1.8 *************** *** 1,25 **** /** ! * +---------------------------------------------------------------------------+ ! * | jsPro - Debug | ! * +---------------------------------------------------------------------------+ ! * | Copyright (C) 2001-2005 Stuart Wigley | ! * +---------------------------------------------------------------------------+ ! * | This library is free software; you can redistribute it and/or modify it | ! * | under the terms of the GNU Lesser General Public License as published by | ! * | the Free Software Foundation; either version 2.1 of the License, or (at | ! * | your option) any later version. | ! * | | ! * | This library is distributed in the hope that it will be useful, but | ! * | WITHOUT ANY WARRANTY; without even the implied warranty of | ! * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser | ! * | General Public License for more details. | ! * | | ! * | You should have received a copy of the GNU Lesser General Public License | ! * | along with this library; if not, write to the Free Software Foundation, | ! * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +---------------------------------------------------------------------------+ ! * | Authors: Stuart Wigley <stu...@ya...> | ! * | Randolph Fielding <gat...@ci...> | ! * +---------------------------------------------------------------------------+ * $Id$ */ --- 1,25 ---- /** ! * +--------------------------------------------------------------------------+ ! * | jsPro - Debug | ! * +--------------------------------------------------------------------------+ ! * | Copyright (C) 2001-2005 Stuart Wigley | ! * +--------------------------------------------------------------------------+ ! * | This library is free software; you can redistribute it and/or modify it | ! * | under the terms of the GNU Lesser General Public License as published by | ! * | the Free Software Foundation; either version 2.1 of the License, or (at | ! * | your option) any later version. | ! * | | ! * | This library is distributed in the hope that it will be useful, but | ! * | WITHOUT ANY WARRANTY; without even the implied warranty of | ! * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser | ! * | General Public License for more details. | ! * | | ! * | You should have received a copy of the GNU Lesser General Public License | ! * | along with this library; if not, write to the Free Software Foundation, | ! * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ! * +--------------------------------------------------------------------------+ ! * | Authors: Stuart Wigley <stu...@ya...> | ! * | Randolph Fielding <gat...@ci...> | ! * +--------------------------------------------------------------------------+ * $Id$ */ *************** *** 31,35 **** * @author Stuart Wigley * @author Randolph Fielding - * @version 1.1, 09/05/03 * @interface <code>new Debug()</code> */ --- 31,34 ---- *************** *** 44,49 **** * @author Stuart Wigley * @author Randolph Fielding - * @version 1.1, 09/05/03 - * @interface <code>Debug.clear()</code> * @return <code>true</code> if no exceptions are encountered * @return <code>null</code> if an exception is encountered --- 43,46 ---- *************** *** 86,92 **** * @author Stuart Wigley * @author Randolph Fielding - * @version 1.2, 09/05/03 - * @interface <code>Debug.print(vMixedValue)</code> - * @interface <code>Debug.print(vMixedValue, iMessageType)</code> * @param vMixedValue content to be displayed within the debug window * @param iMessageType an integer representing the type of content to display --- 83,86 ---- |