Documentation-generator for Objective-C? -


Is Documents Generally Generated for Objective-C (similar to RDOC for Ruby)? I have seen Doxygen and ObjcDoc, and I am thinking that its most widely used.

Perhaps the most widely used option is because it's just objc (docsimens support many other languages Does not), development is alive and the community is strong enough. (Now an open source project), has been substantially stabilized by comparison. Headdoc produces only HTML output, while Doxygen produces PDFs, Latex and many other output forms in addition to HTML. Even Apple recommends guidelines with guide to automatically start documents relevant to Xcode's help viewer within the Xcode Build process, recommending DOSCIZEN.

It is worth noting that Doxygen can read HeaderDoc-style comments, so that you can write your documentation in the header mode and later decide whether to use the Doxygen or HeaderDoc for final output To be built.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -