mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
docs: fix malformed KDoc in startYourself, remove invalid @param line
This commit is contained in:
parent
851e03471b
commit
cfc90f4e0e
1 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue