phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/inc/class.excel.inc.php, 1.3.2.1


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.excel.inc.php, 1.3.2.1
Date: Wed, 17 Nov 2004 14:24:57 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.excel.inc.php

date: 2004/11/17 13:24:57;  author: sigurdne;  state: Exp;  lines: +21 -17

Log Message:
Adapting to phpDocumentor
=====================================================================
Index: property/inc/class.excel.inc.php
diff -u property/inc/class.excel.inc.php:1.3 
property/inc/class.excel.inc.php:1.3.2.1
--- property/inc/class.excel.inc.php:1.3        Tue Sep 28 08:17:44 2004
+++ property/inc/class.excel.inc.php    Wed Nov 17 13:24:57 2004
@@ -1,21 +1,25 @@
 <?php
-// +----------------------------------------------------------------------+
-// | PHP Class for generating Excel binary data. (PHP 4 >= 4.0b1)          |
-// +----------------------------------------------------------------------+
-// | Copyright (c) 2001 by KVN                              |
-// +----------------------------------------------------------------------+
-// | This source file is subject to version 2.0 of the PHP license,       |
-// | that is bundled with this package in the file LICENSE, and is        |
-// | available at through the world-wide-web at                           |
-// | http://www.php.net/license/2_02.txt.                                 |
-// | If you did not receive a copy of the PHP license and are unable to   |
-// | obtain it through the world-wide-web, please send a note to          |
-// | address@hidden so we can mail you a copy immediately.               |
-// +----------------------------------------------------------------------+
-// | Author: Vitaliy N. Kravchenko <address@hidden>           |
-// +----------------------------------------------------------------------+
-//
-// $Id$ Thu Jul 11 EEST 2002 version 2.5
+       /**
+       * PHP Class for generating Excel binary data. (PHP 4 >= 4.0b1)
+       *
+       * Copyright (c) 2001 by KVN
+       *
+       * This source file is subject to version 2.0 of the PHP license,
+       * that is bundled with this package in the file LICENSE, and is
+       * available at through the world-wide-web at
+       * http://www.php.net/license/2_02.txt.
+       * If you did not receive a copy of the PHP license and are unable to
+       * obtain it through the world-wide-web, please send a note to
+       * address@hidden http://address@hidden so we can mail you a copy 
immediately.
+       *
+       * To contact the author write to address@hidden mailto:address@hidden 
Vitaliy N. Kravchenko}
+       * @author Vitaliy N. Kravchenko
+       * @package property
+       * @version Thu Jul 11 EEST 2002 version 2.5
+       * $Id$
+       */
+
+
 
 /*
 Usage Example:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]