Re: Source code documentation systems for Cocoa
Re: Source code documentation systems for Cocoa
- Subject: Re: Source code documentation systems for Cocoa
- From: Chris Ridd <email@hidden>
- Date: Mon, 01 Dec 2003 21:02:23 +0000
On 1/12/03 4:05 pm, Patrick Machielse <email@hidden> wrote:
>
I'm looking for a documentation system to annotate my Cocoa code.
>
>
I've looked into HeaderDoc, which comes installed with the devtools, but I
>
am not really impressed.
>
>
* The documentation for HeaderDoc is out of date.
>
(very suspicious for a doc system!)
>
>
* In html it names classes class.h instead of class
>
>
* I like having my documentation right above my method implementations
>
(in the .m file), Java style, and headerdoc won't stand for that, it
>
seems.
>
>
Can anyone give me some tips for using headerdoc effectively, or maybe point
>
me to a better suited documentation system?
Take a look at autodoc
<
http://www.misckit.com/press/press_autodoc_2.0b8.html>. For C and C++ stuff
doxygen <
http://www.stack.nl/~dimitri/doxygen/> is quite nice, but it can't
parse Objective C/C++ :-((
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.