[phpwebapp-commits] CVS: web_app/boxes/codeViewer codeViewer.php,1.7,1.8
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:04
|
Update of /cvsroot/phpwebapp/web_app/boxes/codeViewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/boxes/codeViewer Modified Files: codeViewer.php Log Message: automatic code documentation generation Index: codeViewer.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/codeViewer/codeViewer.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** codeViewer.php 22 Jul 2004 16:25:39 -0000 1.7 --- codeViewer.php 2 Nov 2005 15:17:54 -0000 1.8 *************** *** 23,27 **** /** ! * @package boxes * @subpackage codeViewer */ --- 23,30 ---- /** ! * The 'codeViewer' component can be used to display the PHP, HTML, ! * JavaScript, etc., code files in HTML format. ! * ! * @package components * @subpackage codeViewer */ |