[phpwebapp-commits] CVS: web_app/boxes/webnotes/editnote editnote.php,1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:08
|
Update of /cvsroot/phpwebapp/web_app/boxes/webnotes/editnote In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/boxes/webnotes/editnote Modified Files: editnote.php Log Message: automatic code documentation generation Index: editnote.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/webnotes/editnote/editnote.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** editnote.php 26 Oct 2005 14:32:16 -0000 1.1 --- editnote.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 21,24 **** --- 21,28 ---- */ + /** + * @package components + * @subpackage webnotes + */ class editnote extends WebObject { |