Repository: incubator-weex
Updated Branches:
  refs/heads/master bb290775d -> 060c7b454


Fix compile problem.

parameter 'progressBlock:' not found in the function declaration 
[-Werror,-Wdocumentation]

 * @param progressBlock: A block called while the download start
          ^~~~~~~~~~~~~~

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/060c7b45
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/060c7b45
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/060c7b45

Branch: refs/heads/master
Commit: 060c7b4546f2a8eeea5043802b0937fbad064ec5
Parents: bb29077
Author: AntiMoron <anti2mo...@gmail.com>
Authored: Tue Apr 10 23:03:08 2018 +0800
Committer: GitHub <nore...@github.com>
Committed: Tue Apr 10 23:03:08 2018 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/060c7b45/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h 
b/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h
index e883c19..17bc8b6 100644
--- a/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h
+++ b/ios/sdk/WeexSDK/Sources/Protocol/WXImgLoaderProtocol.h
@@ -72,7 +72,7 @@ typedef NS_ENUM(NSInteger, WXImageLoaderCacheType) {
  *
  * @param options : The options to be used for download operation
  *
- * @param progressBlock: A block called while the download start
+ * @param progressBlock : A block called while the download start
  *
  * @param completedBlock : A block called once the download is completed.
  *                 image : the image which has been download to local.

Reply via email to