ios swift3 xcode8 code-documentation

ios - Error de Swift 3: no se muestra la llamada "Ver también"



swift3 xcode8 (1)

Acabo de migrar mi proyecto a swift 3 y descubrí que no se muestra la llamada "ver también" a la ayuda rápida. Todo funcionaba perfectamente en la versión anterior de swift. Abajo esta mi codigo

/** Adds a See also callout to the Quick Help for a symbol using the See Also delimiter. Multiple See also callouts appear in the description section in the same order as they do in the markup.. - author: Tapas Pal - remark: Use the callout to add references to other information. - seealso: [The Swift Standard Library Reference](https://developer.apple.com/library/prerelease/ios//documentation/General/Reference/SwiftStandardLibraryReference/index.html) */ class SeeAlsoMarkup: NSObject { static func doSomething() {} }

Y la salida es como

¿Apple cambió algo con este marcado? Pero el doc sigue mostrando lo mismo.


Reemplazar seealso por # Referencia