如何使用Apple Header doc自动生成iOS开发文档?

发布于 12-06 22:33 字数 517 浏览 1 评论 0原文

我使用 Doxygen 工具来生成文档。但后来我才知道苹果自己提供了“文档设置指南”。

这是参考链接: http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/Documentation_Sets/000-Introduction/introduction.html#//apple_ref/doc/uid/TP40005266-CH1-SW1

有没有人知道这一点 - 如何使用这个和所有?它对于自动生成文档创建是否有用?

提前致谢,

姆鲁纳尔

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

(り薆情海2024-12-13 22:33:56

“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

因为看清所以看轻2024-12-13 22:33:56

Apple 有自己的文档生成工具。它称为 标题文档

Apple has it's own documentation generation tool. It's called HeaderDoc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文