Objective-C Documentation Generators: HeaderDoc vs. Doxygen vs. AppleDoc
I need to implement a documentation generation solution for my workplace and have narrowed it down to the three mentioned in the title. I have been able to find very little information in the way of formalized comparisons between these solutions, and I'm hoping that those of you with experience in one or more of the above can weigh in: Here is what I have been able to glean from my initial pass: HeaderDoc Pros: Consistent with apple's existing docs, compatibility with making apple docsets HeaderDoc Cons: Difficult to modify behavior, project is not actively worked on, many have switched away