lopcode / vips-ffm

libvips bindings for Java, Kotlin, and JVM projects using the Foreign Function and Memory API (FFM)
http://vipsffm.photofox.app/
Apache License 2.0
22 stars 1 forks source link

Fix tables in docs #111

Open lopcode opened 3 weeks ago

lopcode commented 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.