Swift3 如何记录';这是一个参数

Swift3 如何记录';这是一个参数,swift3,markdown,Swift3,Markdown,我尝试将闭包参数记录到函数中: /** sends the request out. - Parameter pzurl: request description including url, method, formdata. - Parameter responseProcessor: closure that's on success invokes - Parameter json: a json array or dictionary - Parameter t

我尝试将闭包参数记录到函数中:

/**
    sends the request out.

    - Parameter pzurl: request description including url, method, formdata.
 - Parameter responseProcessor: closure that's on success invokes
 - Parameter json: a json array or dictionary
 - Parameter timestamp: and the same `timestamp` that this function returns
 - parameter failure: closure is invoked when json could not be parsed or remote indicated failure
 - Returns: timestamp to identify responses
 */
internal static func processPZURL(pzurl: PZURL,
                                  responseProcessor:@escaping (_ json:JSON, _ timestamp: TimeInterval) -> (), failure:@escaping (PZError) -> ()) -> TimeInterval {
产生“无描述”

我找不到关于如何改变这一点的描述


很明显,自2017年1月以来(或从未在任何xcode中工作过),这一点已被打破:

所以我的问题似乎是最新版本的

这个问题的答案在xcode 9.2中不起作用

向苹果提交35881586