`Can't find node by signature not implemented for ...
# dokka
m
Can't find node by signature not implemented for value-parameter vararg errors
function is:
fun createErrors(vararg errors: Error): Set<Error> =...
s
Somewhere in kdoc there is reference to
errors
parameter, and dokka in Java doc mode can't yet correctly find it
Please, file an issue at github.com/Kotlin/dokka/issues
m
thanks, will do, that’s exactly the case. was not sure if it’s a bug, or somehow expected because it’s a vararg but couldn’t find any documentation on that