自分のドキュメントに UIKit メソッドへのリンクを追加しようとしています。このドキュメントによると、リンク@see
付きのタグを追加する必要があります。//apple_ref/
これが私のドキュメントです:
/**
* Creates and add constraints to the receiver
*
* @return The constraints that were added.
*
* @see //apple_ref/occ/clm/NSLayoutConstraint/constraintsWithVisualFormat:options:metrics:views:
*/
どうすればいいですか?
編集:同じ質問が@see
同じファイルに当てはまります。