Skip to content

Commit

Permalink
Change Blob code @link
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 8cdcc36 commit 5673116
Show file tree
Hide file tree
Showing 57 changed files with 114 additions and 114 deletions.
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/BlobRestProxy.php
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\Blob;
Expand Down Expand Up @@ -83,7 +83,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 BlobRestProxy extends ServiceRestProxy implements IBlob
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/BlobService.php
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\Blob;
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 BlobService
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/BlobSettings.php
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\Blob;
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
*/
class BlobSettings
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Internal/IBlob.php
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\Blob\Internal;
Expand All @@ -34,7 +34,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
* @see http://msdn.microsoft.com/en-us/library/windowsazure/dd135733.aspx
*/
interface IBlob extends FilterableService
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/AccessCondition.php
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\Blob\Models;
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 AccessCondition
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/AccessPolicy.php
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\Blob\Models;
Expand All @@ -36,7 +36,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 AccessPolicy
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/AcquireLeaseOptions.php
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\Blob\Models;
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
*/
class AcquireLeaseOptions extends BlobServiceOptions
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/AcquireLeaseResult.php
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\Blob\Models;
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 AcquireLeaseResult
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/Blob.php
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\Blob\Models;
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
*/
class Blob
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/BlobBlockType.php
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\Blob\Models;
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
*/
class BlobBlockType
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/BlobPrefix.php
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\Blob\Models;
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
*/
class BlobPrefix
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/BlobProperties.php
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\Blob\Models;
Expand All @@ -36,7 +36,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 BlobProperties
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/BlobServiceOptions.php
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\Blob\Models;
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
*/
class BlobServiceOptions
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/BlobType.php
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\Blob\Models;
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
*/
class BlobType
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/Block.php
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\Blob\Models;
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
*/
class Block
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/BlockList.php
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\Blob\Models;
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 BlockList
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/CommitBlobBlocksOptions.php
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\Blob\Models;
Expand All @@ -34,7 +34,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 CommitBlobBlocksOptions extends BlobServiceOptions
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/Container.php
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\Blob\Models;
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 Container
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/ContainerACL.php
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\Blob\Models;
Expand All @@ -40,7 +40,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 ContainerAcl
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/ContainerProperties.php
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\Blob\Models;
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
*/
class ContainerProperties
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/CopyBlobOptions.php
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\Blob\Models;
Expand All @@ -34,7 +34,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 CopyBlobOptions extends BlobServiceOptions
{
Expand Down
4 changes: 2 additions & 2 deletions WindowsAzure/Blob/Models/CopyBlobResult.php
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\Blob\Models;
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 CopyBlobResult
{
Expand Down

0 comments on commit 5673116

Please sign in to comment.