Does Swift have documentation generation support?

前端 未结 12 1446
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 00:15

Many languages support documentation comments to allow a generator (like javadoc or doxygen) to generate code documentation by parsing that sam

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 00:38

    As of Xcode 5.0, Doxygen and HeaderDoc structured comments are supported.

    Source

提交回复
热议问题