Hi Steven,
I don't think there is a direct way to create javadoc via scomp, but you can
generate the java src from it then run javadoc over the srcs.
scomp -src <folderName> ...
should output the generated java srcs to <folderName>
Best of luck,
-jacobd

On 10/18/07, Steven Crosley <[EMAIL PROTECTED]> wrote:
>
> Is it possible to create javadocs for the methods generated from the
> schema?  I'm not seeing an option for generating them with scomp, but
> maybe there is another tool that I am overlooking?
>
> Thanks,
> Steven
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to