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: gettext_reader class
*
* @package External
* @subpackage PHP-gettext
*
* @internal
Copyright (c) 2003 Danilo Segan <danilo@kvota.net>.
Copyright (c) 2005 Nico Kaiser <nico@siriux.net>
@@ -391,4 +397,4 @@ class gettext_reader {
}
?>
?>