Fix KDoc (I know I should not edit this, but its fine)
This commit is contained in:
parent
d610f75f1b
commit
03966f1c13
|
@ -41,12 +41,12 @@ data class PollCreation(
|
||||||
|
|
||||||
enum class Action {
|
enum class Action {
|
||||||
/**
|
/**
|
||||||
* Newly created poll
|
* Newly created poll.
|
||||||
*/
|
*/
|
||||||
Create,
|
Create,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Edit of an existing poll
|
* Edit of an existing poll.
|
||||||
*/
|
*/
|
||||||
Edit,
|
Edit,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue