在 Xcode 中查看我自己的 HeaderDoc
我编写了大量 C#,在 Visual Studio 中,当自动完成功能出现描述函数及其参数时,我可以看到自己的文档。使用我的 HeaderDoc 描述在 Xcode 中是否可以使用相同的功能?
如果它有助于任何答案的相关性,我正在使用 Xcode 4。
I write a lot of C#, and in Visual Studio I can see my own documentation when autocomplete appears to describe the function and its parameters. Is this same functionality available in Xcode using my HeaderDoc descriptions?
If it helps the relevance of any answers, I am using Xcode 4.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在此处进行提问和回答。
Asked and answered here.
Appledoc 根据需要生成文档集以填充自动完成,如链接的 问题,作者:约书亚·诺齐。我不确定 HeaderDoc 是否也生成这些。
Appledoc generates documentation sets as necessary to populate autocomplete, described in the linked question by Joshua Nozzi. I'm not sure if HeaderDoc generates these also.