Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2007-12-20 22:28:54 +00:00
parent 92c4835150
commit 33fffea3f3
5 changed files with 95 additions and 31 deletions

View File

@@ -1,11 +1,17 @@
<?php
/*
IXR - The Inutio XML-RPC Library - (c) Incutio Ltd 2002-2005
Version 1.7 (beta) - Simon Willison, 23rd May 2005
Site: http://scripts.incutio.com/xmlrpc/
Manual: http://scripts.incutio.com/xmlrpc/manual.php
Made available under the BSD License: http://www.opensource.org/licenses/bsd-license.php
*/
/**
* IXR - The Inutio XML-RPC Library
*
* @package IXR
* @since 1.5
*
* @copyright Incutio Ltd 2002-2005
* @version 1.7 (beta) 23rd May 2005
* @author Simon Willison
* @link http://scripts.incutio.com/xmlrpc/ Site
* @link http://scripts.incutio.com/xmlrpc/manual.php Manual
* @license BSD License http://www.opensource.org/licenses/bsd-license.php
*/
class IXR_Value {
var $data;
@@ -812,4 +818,4 @@ class IXR_ClientMulticall extends IXR_Client {
}
}
?>
?>