raulraja
12/13/2018, 2:54 AMraulraja
12/13/2018, 2:57 AMegorand
12/25/2018, 6:42 PMbjonnh
12/27/2018, 11:31 PMDalinar
01/04/2019, 6:44 PMprivate const val
in the same class , e.g [PI]
then is this ok? or does it need to be more visible than private
?suresh
01/23/2019, 5:11 AMraulraja
01/27/2019, 1:43 AMFAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':arrow-dagger-effects-rx2:dokka'.
> Guice provision errors:
1) Error injecting constructor, java.lang.RuntimeException: Exception while loading package-list from ExternalDocumentationLinkImpl(url=<http://docs.oracle.com/javase/6/docs/api/>, packageListUrl=<http://docs.oracle.com/javase/6/docs/api/package-list>)
at org.jetbrains.dokka.ExternalDocumentationLinkResolver.<init>(ExternalDocumentationLinkResolver.kt:28)
at org.jetbrains.dokka.ExternalDocumentationLinkResolver.class(ExternalDocumentationLinkResolver.kt:28)
while locating org.jetbrains.dokka.ExternalDocumentationLinkResolver
for parameter 4 at org.jetbrains.dokka.DeclarationLinkResolver.<init>(DeclarationLinkResolver.kt:13)
while locating org.jetbrains.dokka.DeclarationLinkResolver
for parameter 0 at org.jetbrains.dokka.PackageDocs.<init>(PackageDocs.kt:13)
at org.jetbrains.dokka.PackageDocs.class(PackageDocs.kt:12)
while locating org.jetbrains.dokka.PackageDocs
1 error
It happens randomly and it's hard to reproduce. Maybe it blows up when the remote Oracle site is down?Joe
01/30/2019, 3:05 PMserebit
02/02/2019, 3:04 PMraulraja
03/05/2019, 9:05 PM// Allows linking to documentation of the project's dependencies (generated with Javadoc or Dokka)
// Repeat for multiple links
externalDocumentationLink {
// Root URL of the generated documentation to link with. The trailing slash is required!
url = new URL("<https://example.com/docs/>")
// If package-list file located in non-standard location
// packageListUrl = new URL("file:///home/user/localdocs/package-list")
}
And package-list
is briefly mentioned. Isn't each module responsible for generating a package-list
or how does a user instruct dokka to generate one for a given module that others can consume locally or remotely?
Are there other docs for Dokka beside
https://github.com/Kotlin/dokka#dokka-----
https://kotlinlang.org/docs/reference/kotlin-doc.html
?
We rely on dokka to generate the Arrow documentation and currently there is a bunch of places where it's unable to link referenced types from other modules. For example https://arrow-kt.io/docs/apidocs/arrow-mtl/arrow.mtl.extensions.option.functor-filter/arrow.-kind/index.html contains no link to Option
because it's in a different module: https://arrow-kt.io/docs/apidocs/arrow-core-data/arrow.core/-option/index.htmlMike
03/09/2019, 9:17 PMMike
03/15/2019, 2:06 PMsamples
configuration, Dokka ALSO insists my tests be documented.
It doesn’t do this if the samples are in a different project (using Gradle for build).
Anyone else experienced this and figured out a way to work around it?tapchicoma
03/19/2019, 8:22 PMrobstoll
03/24/2019, 3:13 PMShan
03/26/2019, 9:34 AMShan
03/26/2019, 11:34 AMCasey Brooks
03/28/2019, 3:08 PMdokka-fatjar
to make a custom output formatter, and I’m having trouble updating to 0.9.18. Intellij doesn’t seem to detect those classes, even though it shows them as available as an External Library. Using Gradle on the command line seems to work fine. Any idea why Intellij can’t find those classes?egorand
03/28/2019, 3:36 PMplugins
block and bumping from 0.9.17 doesn’t seem to work - the artifact can’t be resolvedShan
03/30/2019, 8:04 AMShan
03/30/2019, 5:25 PMjava.lang.OutOfMemoryError
caused by Gradle 5.0 switching the default heap size to 512mb from 1g. It was just running out of memory on the Dokka task repeatedly and failing to crash the daemon until my server's timeout was hit.Nikky
04/01/2019, 2:36 PMserebit
04/03/2019, 8:55 PMserebit
04/05/2019, 10:41 PMrobstoll
04/26/2019, 11:20 AMPair
instead it prints <ERROR CLASS>
. the link to other kotin classes like List
work. Does that sound familiar to anyone?Steven
05/10/2019, 1:59 PMrobstoll
06/05/2019, 6:31 PMsimon.vergauwen
06/12/2019, 9:54 PM./gradlew dokka
. When it doesn’t crash the documentation seems to be generated correctly.turansky
07/15/2019, 12:13 PMZach Klippenstein (he/him) [MOD]
07/19/2019, 10:51 PMandries.fc
07/23/2019, 7:49 PMandries.fc
07/23/2019, 7:49 PMsemoro
07/24/2019, 12:00 PM