mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
@docs: remove invalid @property tags
This commit is contained in:
parent
840b15a514
commit
ebf450f12d
1 changed files with 1 additions and 4 deletions
|
|
@ -10,18 +10,15 @@ import kotlinx.parcelize.Parcelize
|
|||
@Parcelize
|
||||
data class UploadMediaDetail(
|
||||
/**
|
||||
* The language code ie. "en" or "fr".
|
||||
* @property languageCode The language code ie. "en" or "fr".
|
||||
* The language code, e.g., "en" or "fr".
|
||||
*/
|
||||
var languageCode: String? = null,
|
||||
/**
|
||||
* The description text for the item being uploaded.
|
||||
* @property descriptionText The description text.
|
||||
*/
|
||||
var descriptionText: String? = "",
|
||||
/**
|
||||
* The caption text for the item being uploaded.
|
||||
* @property captionText The caption text.
|
||||
*/
|
||||
var captionText: String = "",
|
||||
) : Parcelable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue