[phpwebapp-commits] CVS: web_app/boxes/codeViewer codeViewer.php,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-11 17:07:49
|
Update of /cvsroot/phpwebapp/web_app/boxes/codeViewer In directory sc8-pr-cvs1:/tmp/cvs-serv29261/boxes/codeViewer Modified Files: codeViewer.php Log Message: * added some comments (that are handled by phpDocumentor) for dividing the code into packages and subpackages * replaced .gif images by .png images Index: codeViewer.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/codeViewer/codeViewer.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** codeViewer.php 16 Jul 2003 12:05:23 -0000 1.4 --- codeViewer.php 11 Aug 2003 16:17:53 -0000 1.5 *************** *** 1,3 **** --- 1,7 ---- <?php + /** + * @package boxes + * @subpackage codeViewer + */ class codeViewer extends WebObject { |