3

We are currently planning to create the documents using comments. So any one have any idea how to achieve that. As i have checked most of the post that Doxygen/headerdoc don't support Swift.

Kapil_A
  • 125
  • 2
  • 15
  • Did you try something? I.e. created a small swift project and ran doxygen over it ? What are the results, post some code. – albert Feb 27 '18 at 12:39
  • 1
    @albert yes i have created a small swift project and ran in doxygen. Doxygen generated index.html but on running index.html found empty pages. – Kapil_A Mar 15 '18 at 04:34

1 Answers1

5

Unfortunately, neither HeaderDoc nor Doxygen support Swift , you can use markDown and produce document pages with Jazzy and here is a tutorial for it Swift Markdown

Update

Now you can use DocC check tutorial here Tutorial with Xcode 13 and Apple DocC framework

Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87