Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jts-dev] JTS Javadoc in a different layout and with more features

Glad you are having fun.
  • One of the first things I did was go to Geometry, and missed the opportunity to view the sub classes (or perhaps I did not find it?)
  • Looking at a specific subclass like LineString is really shows how JTS does not repeat javadoc descriptions for methods that are an @Override.
  • A useful idea would be to pull the javadoc description unchanged and present it in a faded out presentation if it is just a override (I think the default treats that as "Description copied from class: Geometry").
--
Jody Garnett


On Mon, 21 Sep 2020 at 08:11, Sebastian Kürten <sebastian.kuerten@xxxxxxxxxxxx> wrote:
Hi,

we're working on a new toolchain for generating Javadocs. Since I am a
frequent user of JTS, I'm using it as a showcase and I thought I might
as well share it with the community. It's located here:

https://javadocng.mobanisto.com/jts-1.17.1/

I tried to adapt the color scheme for the header from the main website
(https://locationtech.github.io/jts/). Also I'm using the package
grouping used on the normal javadocs, derived it from the pom.xml.

I'd be delighted if you try it and see if you find it useful and share
any feedback you might have. We have already added quite a few
features we think improve the classic javadocs, however it would be
very interesting to know if you are annoyed by anything on the
classical javadocs that could be changed in an improved version. Also
it is a work in progress, so some things are not working quite yet.

If you like to know more about it, there's also some more information
available about the new toolchain on the Github project
(https://github.com/sebkur/javadoc-ng)

Thank you,
Sebastian
_______________________________________________
jts-dev mailing list
jts-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jts-dev

Back to the top