I am currently working on building iOS SDK, written in Objective-C. Now that I have SDK tested and ready, would wanted to add Documentation to it combining Swift and Objective-C. I have worked on following Doc generator tools
a. Doxygen
b. AppleDoc
c. Jazzy
d. Apple’s HeaderDoc.
I would like to use the comments in my objective-c header file and generate combined help for Objective C and Swift similar to how Apple has been doing recently. My question is how do I generate the documentation for Swift and Objective-C from Objective-C headers?
Here are some links based on my research:
Thank you,
Ram.
Please refer the apple documentation here: