如何使用Apple Header doc自动生成iOS开发文档?
我使用 Doxygen 工具来生成文档。但后来我才知道苹果自己提供了“文档设置指南”。
有没有人知道这一点 - 如何使用这个和所有?它对于自动生成文档创建是否有用?
提前致谢,
姆鲁纳尔
I have used Doxygen tool for document generation. But later on I have come to know that Apple itself provides "Documentation Set Guide".
Here is the reference link:
http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/Documentation_Sets/000-Introduction/introduction.html#//apple_ref/doc/uid/TP40005266-CH1-SW1
Is there anyone aware about this - how to use this and all? Whether it would be useful for autogenerated document creation?
Thanks in advance,
Mrunal
“docsets”只是打包文档并在 XCode 中显示它的一种方式。
Doxygen 支持文档集,请参阅
http://developer.apple.com/library/mac/#featuredarticles /DoxygenXcode/_index.html
和
http://www.duckrowing。 com/2010/03/18/documenting-objective-c-with-doxygen-part-i/ 和
http://www.duckrowing。 com/2010/03/18/documenting-objective-c-with-doxygen-part-ii/
如果您想要一个模仿 Apple 输出的工具(并且不太关心由doxygen)你可以看看 appledoc http://www.gentlebytes.com/home/appledocapp
'docsets' are merely a way to package documentation and show it in XCode.
Doxygen has support for docsets, see
http://developer.apple.com/library/mac/#featuredarticles/DoxygenXcode/_index.html
and
http://www.duckrowing.com/2010/03/18/documenting-objective-c-with-doxygen-part-i/ and
http://www.duckrowing.com/2010/03/18/documenting-objective-c-with-doxygen-part-ii/
If you want a tool that mimics Apples output (and care less about the features provided by doxygen) you could have a look at appledoc http://www.gentlebytes.com/home/appledocapp