Re: How to create the API?
Posted by Gabriel Landini on Jan 21, 2008; 12:38pm
URL: http://imagej.273.s1.nabble.com/How-to-create-the-API-tp3697504p3697508.html
On Monday 21 January 2008 12:14:09 Albert Cardona wrote:
> Just use ant for that:
>
> $ cd ImageJ/
> $ ant javadocs
> Have a look at the build.xml to find other build targets.
Hi Albert,
Great, thanks.
I had to cd /ImageJ/source, otherwise it did not see the build.xml, but it put
docs correctly in the ImageJ/api.
Regards,
Gabriel