mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-01 07:13:56 +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 context The context used to start the activity.
|
||||||
* @param title Page title
|
* @param title The page title (currently unused).
|
||||||
*/
|
*/
|
||||||
companion object {
|
companion object {
|
||||||
fun startYourself(context: Context, title: String) {
|
fun startYourself(context: Context, title: String) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue