snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
24 stars 36 forks source link

Add Javadoc generation (close #137) #311

Closed mscwilson closed 2 years ago

mscwilson commented 2 years ago

For issue #137.

The Java tracker already had Javadoc comments for API docs. These have been updated for recent changes and to cover more of the code, including the new-to-v0.12.0 EventStore and InMemoryEventStore.

A Github Workflow action has been added to push the built javadoc files to Github Pages. They are now published here.

Weirdly, the pages within com.snowplowanalytics.snowplow.tracker.events do not show up using the default frames view. The links do nothing. But if "no frames" is chosen (direct link, it's possible to load the pages.

mscwilson commented 2 years ago

I just tried in a different browser and it works fine there, too. Just my Firefox being weird!