Objective-C: making documentation
Posted
by VansFannel
on Stack Overflow
See other posts from Stack Overflow
or by VansFannel
Published on 2010-05-12T13:33:56Z
Indexed on
2010/05/12
13:44 UTC
Read the original article
Hit count: 419
Hello.
I've been developing for Visual Studio and C# for a long time. Now, I'm developing with XCode and Objective-C.
On C# I can use /// <summary>
to generate documentation. Is there any kind of mechanism like that on XCode to generate documentation? And what kind of comments should I use?
Thank you.
© Stack Overflow or respective owner