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.
Asked
Active
Viewed 2,888 times
3
-
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 Answers
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
-
@sh-khan thank you, Also can i add my design doc images in this jazzy documentation ? – Kapil_A Mar 06 '18 at 07:33