Re: scaladoc and java/scala mix code

2024-02-29 Thread Mike Beckerle
I have tried fully qualified package names of the throws types, and I still get the same error including about exceptions defined in the exact same package that the method is in. So no luck yet. On Thu, Feb 29, 2024 at 10:27 AM Steve Lawrence wrote: > You might need to include the package

Re: scaladoc and java/scala mix code

2024-02-29 Thread Steve Lawrence
You might need to include the package name, e.g. @throws java.io.Exception ... Our UDF API is written in java and uses @throws with full package names that seems to work. On 2024-02-28 04:46 PM, Mike Beckerle wrote: I am having trouble with scaladoc and javadoc. javadoc comments like