#91 Pair and Triple show up as <ERROR CLASS>...
# dokka
u
#91 Pair and Triple show up as <ERROR CLASS> [Kotlin/dokka] Issue created by drmoose The <https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html%7C`Pair&lt;A, B>`> and <https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-triple/index.html%7C`Triple&lt;A, B, C>`> data classes from Kotlin's stdlib show up in the output as
<ERROR CLASS>
, even with kotlin-stdlib explicitly added to the classpath. Here is a sample line of code from @kyonifer's "golem" project which renders incorrectly in dokka, invoked with:
Copy code
java -cp $kotlinStdlibJar:$toolsJar:$dokkaJar org.jetbrains.dokka.MainKt golem/*/src/golem