chrmelchior
05/25/2017, 11:07 AMprovided
dependency. Now I want to generate KDoc files for only my extension methods, but It doesn’t look possible without getting a lot of errors about missing types and the resulting Doc looks like this fun <E> <ERROR CLASS>.where(clazz: KClass<E>): <ERROR CLASS><E>
. Is there a way to generate the KDoc for only my extension method and still show the class names?semoro
05/25/2017, 11:57 AMchrmelchior
05/25/2017, 11:57 AMsemoro
05/25/2017, 12:11 PMsourceDirs = files('<your_extension_files_location>')
in dokka task there