docs: fix malformed KDoc in startYourself, remove invalid @param line

This commit is contained in:
Rsedp8 2025-05-24 18:39:36 +02:00
parent 851e03471b
commit cfc90f4e0e

View file

@ -55,10 +55,10 @@ class ReviewActivity : BaseActivity() {
}
/**
* Consumers should be simply using this method to use this activity.
* Starts the ReviewActivity.
*
* @param context
* @param title Page title
* @param context The context used to start the activity.
* @param title The page title (currently unused).
*/
companion object {
fun startYourself(context: Context, title: String) {