FirebirdSQL / jaybird

JDBC driver for Firebird
https://firebirdsql.org/en/jdbc-driver/
GNU Lesser General Public License v2.1
94 stars 23 forks source link

Javadoc broken after modularization #815

Closed mrotteveel closed 2 months ago

mrotteveel commented 2 months ago

Currently, the Javadoc produced by the build on master is broken: the index.html only knows about the classes of org.firebirdsql.internal.tools, and that should even be excluded from the generated javadoc.

mrotteveel commented 2 months ago

The issue might actually be a weirdness in IntelliJs HTTP server, because if I open the index.html directly, I do get the correct output.

mrotteveel commented 2 months ago

It seems to be specific to IntelliJs built-in HTTP server. Closing this again.