开发者

Visual Studio style XML Documentation in XCode? [closed]

Closed. Thi开发者_开发技巧s question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

I've just wasted a better part of 30 mins searching for an answer to the following question:

Is there any way to quickly generate documentation in XCode for Methods similar to Visual Studio's "///" XML snippet?

I am aware of Doxygen, but that would still require manually documenting each Method, essentially I'm looking for a way to cut down the work as much as possible.

Help much appreciated.


Currently there is no way to do this. Doxygen is the closest you'll get - it's what Apple uses. And since XCode 4 kinda forgot automation (applescripting is broke) it won't be coming as an addon any time soon.

Accessorizer is an external application that helps you through copy & paste code generation. Not nearly as seamless as VS, but better than writing everything by hand. You could customize it's templates to make documentation for your methods.

TextExpander is another tool for building text macros. Not as feature rich as Accessorizer, but usable in other applications as well.

Last and probably least, XCode Snippets can be customized, but not as much as most developers would like.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜