如何创建外观和工作方式与Apple Core Library中的外观类似的Xcode文档集 [英] How can I create Xcode docsets that look and work like the ones in Apple Core Library

查看:75
本文介绍了如何创建外观和工作方式与Apple Core Library中的外观类似的Xcode文档集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想为我的API创建一个文档集,其外观和工作方式类似于Apple Core Library文档集。例如,查看NSString的页面。

I want to create a docset for my API that looks and works like the Apple Core Library docset. For example, look at the page for NSString.

我尝试过Doxygen,也尝试过headerdoc2html。

I've tried Doxygen and I've tried headerdoc2html. Neither does very close to what I want.

headerdoc生成的文件没有Apple文件执行的大多数高级结构以及图形设计是不同的。在更详细的层次上,就像在查看特定方法时一样,事情更加紧密,但是没有所有的详细结构。

The files generated by headerdoc don't have most of the higher-level structure that the Apple files do, and the graphics design is different. Down at the more detailed level, like when looking at a specific method, things are closer, but don't have all the detailed structure.

由Doxygen生成的文件具有一个非常不同的高级结构,更不用说具有一个非常不同的图形设计。

The files generated by Doxygen have a very different high-level structure, not to mention having a very different graphic design.

我还应该尝试什么?还是这些工具中的任何一个参数都可以使我更接近?

What else should I try? Or are there parameters to either of these tools that would give me something closer?

谢谢,帕特

推荐答案

到目前为止,我发现的最好的是 Tomaz的appledoc 。有了它,我可以创建Apple风格的api文档,并将其直接安装到Xcode是uisng的DocSet中。效果很好,并且基于doxygen。

The best I have found so far is Tomaz's appledoc. With it I can create apple style api documentation and instal it directly into the DocSets that Xcode is uisng. Works very well and is based on doxygen.

这篇关于如何创建外观和工作方式与Apple Core Library中的外观类似的Xcode文档集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆