parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 735 forks source link

Add missing modules to API docs #1115

Closed mtrezza closed 2 years ago

mtrezza commented 2 years ago

New Issue Checklist

Issue Description

The API docs are missing some modules (FB, FCM, etc), they only contain the parse module.

Solution

Adapt API docs generation (javadoc) to include the missing modules in a single doc.

mtrezza commented 2 years ago

1188 partly solves this issue, but Kotlin sub-packages are still missing, see PR comment

azlekov commented 2 years ago

@mtrezza this SDK is published via Jitpack. Actually Jitpack supports multi-module javadoc - see here: https://jitpack.io/docs/#javadoc-publishing

azlekov commented 2 years ago

https://javadoc.jitpack.io/com/github/parse-community/Parse-SDK-Android/parse/1.26.0/javadoc/ - Showing parse module https://javadoc.jitpack.io/com/github/parse-community/Parse-SDK-Android/2.0.0/javadoc/ - Showing bolts module

mtrezza commented 2 years ago

This issue is already closed actually via #1118:

image

Forgot to link it, sorry.