Some file level phpdoc from darkdragon. fixes #5572

git-svn-id: https://develop.svn.wordpress.org/trunk@6554 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-01-04 20:05:07 +00:00
parent a50cd52330
commit 6ef4a86b66
6 changed files with 64 additions and 9 deletions

View File

@@ -1,5 +1,11 @@
<?php
/*
/**
* PHP-Gettext External Library: StreamReader classes
*
* @package External
* @subpackage PHP-gettext
*
* @internal
Copyright (c) 2003, 2005 Danilo Segan <danilo@kvota.net>.
This file is part of PHP-gettext.
@@ -18,7 +24,7 @@
along with PHP-gettext; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
// Simple class to wrap file streams, string streams, etc.