Jane Lee
11/07/2024, 8:07 PM<Error class: unknown class>Jane Lee
11/07/2024, 8:08 PMOleg Yukhnevich
11/08/2024, 11:07 AMIs it possible to just print the class name without linking to it?Unfortunately, no
Jane Lee
11/08/2024, 5:33 PMOleg Yukhnevich
11/11/2024, 10:11 AMparts of the codebase that are not documented by dokka via classpath property in source set configuration, only jars (or klibs in kmp) are supported there
In this case, those Error class errors should be resolved to just plain names, but no links will be generated - so looks like there is a possibility in the end in this case 🙂Jane Lee
11/12/2024, 7:05 PMOleg Yukhnevich
11/13/2024, 11:25 AMsourceRoots and suppressedFiles - In this case, Dokka will analyze those additional sources (and so should resolve those class name), but it should not generate documentation for themJane Lee
11/14/2024, 1:14 AMOleg Yukhnevich
11/14/2024, 8:42 AMJane Lee
11/14/2024, 6:31 PM