Is there some alternative way to document your own functions/methods/variables in objective-c?
Like XML documentation in C# and java doc in Java.
Is there some alternative way to document your own functions/methods/variables in objective-c? Like XML
Share
I’m having a deja vu 😉 Anyway, it looks like Doxygen can handle Objective-C as well; I have not personally tried it though.