Open lopcode opened 3 weeks ago
Some of the libvips docs use unsupported table HTML, so they end up getting HTML escaped and look pretty ugly in the vips-ffm Javadoc. For example: https://vipsffm.photofox.app/app.photofox.vipsffm/app/photofox/vipsffm/VImage.html#buildlut(app.photofox.vipsffm.VipsOption...) (as of libvips 8.15.5)
Figure out what to do about these tables. Ideally they'd get turned in to valid Javadoc tables. But perhaps rendering as markdown and using @code would be enough.
@code
Some of the libvips docs use unsupported table HTML, so they end up getting HTML escaped and look pretty ugly in the vips-ffm Javadoc. For example: https://vipsffm.photofox.app/app.photofox.vipsffm/app/photofox/vipsffm/VImage.html#buildlut(app.photofox.vipsffm.VipsOption...) (as of libvips 8.15.5)
Figure out what to do about these tables. Ideally they'd get turned in to valid Javadoc tables. But perhaps rendering as markdown and using
@code
would be enough.