Update of /cvsroot/phpwebapp/web_app/boxes/folderListing
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/boxes/folderListing
Modified Files:
folderListing.php
Log Message:
automatic code documentation generation
Index: folderListing.php
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/boxes/folderListing/folderListing.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** folderListing.php 1 Nov 2005 13:24:25 -0000 1.6
--- folderListing.php 2 Nov 2005 15:17:54 -0000 1.7
***************
*** 23,27 ****
/**
! * @package boxes
* @subpackage folderListing
*/
--- 23,33 ----
/**
! * This box allows the browsing of a folder. It displays a list of
! * subfolders and files that are contained in the folder. It also
! * allows the user to browse the subfolders, to go to the parent folder,
! * to select a file, etc. The files that are displayed are those that
! * match a certain filter specified by the programmer.
! *
! * @package components
* @subpackage folderListing
*/
|