Re: Documenting Obj-C code
Re: Documenting Obj-C code
- Subject: Re: Documenting Obj-C code
- From: Mason Mark <email@hidden>
- Date: Mon, 26 Nov 2001 11:59:14 -0800
There is AutoDoc, which is what we use at Five Speed.
It produces documentation similar to Apple's, if you comment your code
according to its scheme. It is very much a work in progress, though, and
is not as powerful/polished as javadoc. Search for it on stepwise.com's
Softrak page.
One quirk is that I cannot run it from the command line, or it
segfaults; I have to run it from within the ProjectBuilderWO IDE. (Don't
know why, and have never tried to figure it out...)
--
Mason
On Monday, November 26, 2001, at 10:26 AM, Josh Braun wrote:
Is there any way to document Objective-C code similar to the javadoc
method in Java? How do most folks document their code? Was the Cocoa
API documentation prepared purely by hand?
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev