LoginSignup
2
2

More than 5 years have passed since last update.

swift2.0 コメントについて

Posted at

備忘録。
コメントのドキュメントの書き方がswift2.0から変わっているのでメモ。
ドキュメントの確認方法は、optionを押しながらクリック。

/**
説明説明

- parameter param1: パラーメータ説明
- parameter param2: パラーメータ説明
- parameter param3: パラーメータ説明

- returns: Void

Sample Code
@```
class ViewController: UIViewController {

...省略...

}
@```
*/

注意)「@」は不要。マークダウン対応で入れているだけです。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2