[phpwebapp-commits] CVS: web_app/l10n-module/php-gettext streams.php,1.1,1.2 gettext.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/l10n-module/php-gettext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/l10n-module/php-gettext Modified Files: streams.php gettext.php Log Message: automatic code documentation generation Index: streams.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/l10n-module/php-gettext/streams.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** streams.php 1 Nov 2005 13:05:57 -0000 1.1 --- streams.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 21,24 **** --- 21,28 ---- */ + /** + * @package misc + * @subpackage php-gettext + */ // Simple class to wrap file streams, string streams, etc. Index: gettext.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/l10n-module/php-gettext/gettext.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gettext.php 1 Nov 2005 13:05:57 -0000 1.1 --- gettext.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 33,36 **** --- 33,39 ---- * second parameter in the constructor (e.g. whenusing very large MO files * that you don't want to keep in memory) + * + * @package misc + * @subpackage php-gettext */ class gettext_reader { |