Hello, any Dokka experts here? I'm dealing with a ...
# announcements
b
Hello, any Dokka experts here? I'm dealing with a huge monorepo that uses the Buck build system, and I'm trying to generate KDoc for just a tiny sliver of that codebase. I created a
build.gradle.kts
specifically for Dokka with a
sourceSet
containing just the subdirectory I'm interested in, and it generates documentation, but the problem is that any dependency outside of my
sourceSet
is shown as
<ERROR CLASS>
. Obviously, Dokka can't generate docs for these classes since it can't resolve them, but is there there any way to get these class names to appear as text rather than an error? Ideally, I'd be able to link these unresolved classes to a URL containing their source code, but even just getting the raw text name would be a huge improvement.
z
Might want to try in #C0F4UNJET
👍 1