[phpwebapp-commits] CVS: web_app/boxes/menu/edit menu_items.php,1.1,1.2 edit_menu.php,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:04
|
Update of /cvsroot/phpwebapp/web_app/boxes/menu/edit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/boxes/menu/edit Modified Files: menu_items.php edit_menu.php Log Message: automatic code documentation generation Index: menu_items.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/menu/edit/menu_items.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menu_items.php 16 Jul 2004 07:41:39 -0000 1.1 --- menu_items.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 1,3 **** --- 1,7 ---- <?php + /** + * @package components + * @subpackage menu + */ passthru("xsltproc xsl/edit_menu_items.xsl menu.xml"); ?> \ No newline at end of file Index: edit_menu.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/menu/edit/edit_menu.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** edit_menu.php 1 Nov 2005 13:24:25 -0000 1.4 --- edit_menu.php 2 Nov 2005 15:17:54 -0000 1.5 *************** *** 21,24 **** --- 21,28 ---- */ + /** + * @package components + * @subpackage menu + */ class edit_menu extends WebObject { |