mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Simplify.
This commit is contained in:
parent
c70ce4247d
commit
b2dd509d4f
1 changed files with 3 additions and 5 deletions
|
@ -71,11 +71,9 @@ class DokkaConfig() {
|
||||||
|
|
||||||
@Directive
|
@Directive
|
||||||
fun linkMapping(init: LinkMappingConfig.() -> Unit) {
|
fun linkMapping(init: LinkMappingConfig.() -> Unit) {
|
||||||
let { project ->
|
linkMapping = LinkMappingConfig().let {
|
||||||
linkMapping = LinkMappingConfig().let {
|
it.init()
|
||||||
it.init()
|
it
|
||||||
it
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue