mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-19 23:03:49 +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 = """
|
||||
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}
|
||||
sealed interface $baseClassName {
|
||||
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
|
||||
|
||||
/**
|
||||
* 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)
|
||||
sealed interface IetfLanguageCode {
|
||||
val code: String
|
||||
|
Loading…
Reference in New Issue
Block a user