Open whyoleg opened 2 weeks ago
Functions or properties with nullable functional types (e.g (() -> Unit)?) as parameters or return types are rendered without parenthesis. Example from stdlib:
(() -> Unit)?
Source code:
var onpagehide: ((PageTransitionEvent) -> dynamic)?
related: https://github.com/Kotlin/dokka/issues/3637
Installation
Functions or properties with nullable functional types (e.g
(() -> Unit)?
) as parameters or return types are rendered without parenthesis. Example from stdlib:Source code:
related: https://github.com/Kotlin/dokka/issues/3637
Installation