I used to use doxygen lot for C++, and really like the ability to document function and method arguments inline using ///<
, or variations. Conversely I really dislike having to repeat arguments in the comments when not using the inline style (as most over code doc systems only support).
So recently I've been setting up doxygen with my Objective-C code, and can't seem to get inline argument documenting to work!
Out-of-line documenting, using @param, seems to work - so I can only conclude that it doesn't support Objective-C method syntax inline. This would be a real shame.
Does anyone know any different? I'd love to get this working.