Does Doxygen/headerdoc supports swift 4.0?

3k Views Asked by At

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.

1

There are 1 best solutions below

1
On BEST ANSWER

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