snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
110 stars 63 forks source link

Use Dokka for API docs #591

Closed mscwilson closed 1 year ago

mscwilson commented 1 year ago

We previously used Doxygen for API docs. Doxygen doesn't support Kotlin, so we need to move to Dokka, which builds off KDoc and/or Javadoc comments.

This PR updates the existing published API docs for KDoc, as well as adding overall polish. The core packages (non-published) have not been touched.