Re: @property and HeaderDoc

2008-10-22 Thread Jason Stephenson
Jerry Krinock wrote: If anyone has written any Xcode user scripts for inserting Doxygen templates, to replace those useless "HeaderDoc Insert" templates, let me know. You might want to look at this: http://brianray.chipy.org/doxygen/ (Although it does not appear to be working at the momen

Re: @property and HeaderDoc

2008-10-21 Thread Jerry Krinock
On 2008 Oct, 21, at 8:48, Sean McBride wrote: It is my impression that few people are still using HeaderDoc. doxygen supports Obj-C 2 @property declarations. Thank you, Sean. That explains it. Yes, I just downloaded Doxygen an hour ago and after running it on my project already I can s

Re: @property and HeaderDoc

2008-10-21 Thread Sean McBride
On 10/20/08 5:38 PM, Jerry Krinock said: >Has anyone thought about making HeaderDoc support @property >declarations? Besides a new Xcode menu script to generate the >HeaderDoc comment, I believe that the HeaderDoc generator tool would >also need some code added to parse the declaration itself. I

@property and HeaderDoc

2008-10-20 Thread Jerry Krinock
The scripts menu in Xcode has some nice macros for generating HeaderDoc comments for classes, methods, etc. Some of them need improvement, but I've gotten so that I use them every day. But they don't know how to handle @property declarations. As far as the programmer is concerned, even thou