Skip to content

Commit

Permalink
Change @link for Common
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrahman Elogeel authored and Abdelrahman Elogeel committed Jun 5, 2012
1 parent c7c630f commit 17ddb56
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions WindowsAzure/Common/Internal/Http/HttpCallContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/

namespace WindowsAzure\Common\Internal\Http;
Expand All @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: @package_version@
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class HttpCallContext
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Common/Internal/Http/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/

namespace WindowsAzure\Common\Internal\Http;
Expand All @@ -41,7 +41,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: @package_version@
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class HttpClient implements IHttpClient
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Common/Internal/Http/IHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/

namespace WindowsAzure\Common\Internal\Http;
Expand All @@ -33,7 +33,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: @package_version@
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
interface IHttpClient
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Common/Internal/Http/IUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/

namespace WindowsAzure\Common\Internal\Http;
Expand All @@ -33,7 +33,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: @package_version@
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
interface IUrl
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Common/Internal/Http/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/

namespace WindowsAzure\Common\Internal\Http;
Expand All @@ -37,7 +37,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: @package_version@
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class Url implements IUrl
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Common/Internal/Serialization/ISerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/

namespace WindowsAzure\Common\Internal\Serialization;
Expand All @@ -33,7 +33,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: @package_version@
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
interface ISerializer
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Common/Internal/Serialization/XmlSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Azure PHP SDK <azurephpsdk@microsoft.com>
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/

namespace WindowsAzure\Common\Internal\Serialization;
Expand All @@ -35,7 +35,7 @@
* @copyright 2012 Microsoft Corporation
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @version Release: @package_version@
* @link http://pear.php.net/package/azure-sdk-for-php
* @link https://github.com/windowsazure/azure-sdk-for-php
*/
class XmlSerializer implements ISerializer
{
Expand Down

0 comments on commit 17ddb56

Please sign in to comment.