mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +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
|
@Parcelize
|
||||||
data class UploadMediaDetail(
|
data class UploadMediaDetail(
|
||||||
/**
|
/**
|
||||||
* The language code ie. "en" or "fr".
|
* The language code, e.g., "en" or "fr".
|
||||||
* @property languageCode The language code ie. "en" or "fr".
|
|
||||||
*/
|
*/
|
||||||
var languageCode: String? = null,
|
var languageCode: String? = null,
|
||||||
/**
|
/**
|
||||||
* The description text for the item being uploaded.
|
* The description text for the item being uploaded.
|
||||||
* @property descriptionText The description text.
|
|
||||||
*/
|
*/
|
||||||
var descriptionText: String? = "",
|
var descriptionText: String? = "",
|
||||||
/**
|
/**
|
||||||
* The caption text for the item being uploaded.
|
* The caption text for the item being uploaded.
|
||||||
* @property captionText The caption text.
|
|
||||||
*/
|
*/
|
||||||
var captionText: String = "",
|
var captionText: String = "",
|
||||||
) : Parcelable {
|
) : Parcelable {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue