LoginSignup
6
6

More than 5 years have passed since last update.

Swiftのenumのドキュメントコメントの書き方

Posted at

以下のように、caseの上にコメントを書くこと(右ではダメ)

enum Fruit {
    /// 林檎
    case apple
    /// バナナ
    case banana
}

すると、Xcode上でoption + クリックした時に、ドキュメントが表示される

スクリーンショット 2016-11-10 10.53.51.png

6
6
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
6
6