From 53e4cd65205ac33d7dbc61a767f467c1b896dfc6 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 21 Jan 2015 10:18:43 +0100 Subject: Removed @version doc comments --- framework/I18N/core/Gettext/TGettext.php | 2 -- framework/I18N/core/Gettext/TGettext_MO.php | 2 -- framework/I18N/core/Gettext/TGettext_PO.php | 2 -- 3 files changed, 6 deletions(-) (limited to 'framework/I18N/core/Gettext') diff --git a/framework/I18N/core/Gettext/TGettext.php b/framework/I18N/core/Gettext/TGettext.php index 860a9208..b9207eb8 100644 --- a/framework/I18N/core/Gettext/TGettext.php +++ b/framework/I18N/core/Gettext/TGettext.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo - * @version $Revision: 1.4 $ $Date: 2005/01/09 23:36:23 $ * @package Prado\I18N\core\Gettext */ @@ -54,7 +53,6 @@ namespace Prado\I18N\core\Gettext; * ################################################################# * * @author Michael Wallner - * @version $Revision: 1.4 $ * @access public * @package Prado\I18N\core\Gettext */ diff --git a/framework/I18N/core/Gettext/TGettext_MO.php b/framework/I18N/core/Gettext/TGettext_MO.php index d78b88e4..a5993b49 100644 --- a/framework/I18N/core/Gettext/TGettext_MO.php +++ b/framework/I18N/core/Gettext/TGettext_MO.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo - * @version $Revision: 1.3 $ $Date: 2005/08/27 03:21:12 $ * @package Prado\I18N\core\Gettext */ @@ -47,7 +46,6 @@ require_once dirname(__FILE__).'/TGettext.php'; * GNU MO file reader and writer. * * @author Michael Wallner - * @version $Revision: 1.3 $ * @access public * @package Prado\I18N\core\Gettext */ diff --git a/framework/I18N/core/Gettext/TGettext_PO.php b/framework/I18N/core/Gettext/TGettext_PO.php index 9651da2e..64a713c3 100644 --- a/framework/I18N/core/Gettext/TGettext_PO.php +++ b/framework/I18N/core/Gettext/TGettext_PO.php @@ -12,7 +12,6 @@ * {@link http://prado.sourceforge.net/} * * @author Wei Zhuo - * @version $Revision: 1.2 $ $Date: 2005/01/05 03:15:14 $ * @package Prado\I18N\core\Gettext */ @@ -47,7 +46,6 @@ require_once dirname(__FILE__).'/TGettext.php'; * GNU PO file reader and writer. * * @author Michael Wallner - * @version $Revision: 1.2 $ * @access public * @package Prado\I18N\core\Gettext */ -- cgit v1.2.3