mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-12-21 08:07:16 +00:00
add kdocs to language_codes
This commit is contained in:
parent
dafc50c463
commit
6ae7ccb9a1
@ -92,6 +92,11 @@ ${indents}}
|
|||||||
fun buildKtFileContent(tags: List<Tag>): String = """
|
fun buildKtFileContent(tags: List<Tag>): String = """
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This class has been automatically generated using
|
||||||
|
* https://github.com/InsanusMokrassar/MicroUtils/tree/master/language_codes/generator . This generator uses
|
||||||
|
* https://datahub.io/core/language-codes/ files (base and tags) and create the whole hierarchy using it.
|
||||||
|
*/
|
||||||
${baseClassSerializerAnnotationName}
|
${baseClassSerializerAnnotationName}
|
||||||
sealed interface $baseClassName {
|
sealed interface $baseClassName {
|
||||||
val code: String
|
val code: String
|
||||||
|
@ -1 +0,0 @@
|
|||||||
csv_parser_version=0.15.2
|
|
@ -2,6 +2,11 @@ package dev.inmo.micro_utils.language_codes
|
|||||||
|
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This class has been automatically generated using
|
||||||
|
* https://github.com/InsanusMokrassar/MicroUtils/tree/master/language_codes/generator . This generator uses
|
||||||
|
* https://datahub.io/core/language-codes/ files (base and tags) and create the whole hierarchy using it.
|
||||||
|
*/
|
||||||
@Serializable(IetfLanguageCodeSerializer::class)
|
@Serializable(IetfLanguageCodeSerializer::class)
|
||||||
sealed interface IetfLanguageCode {
|
sealed interface IetfLanguageCode {
|
||||||
val code: String
|
val code: String
|
||||||
|
Loading…
Reference in New Issue
Block a user