Ignat Beresnev

Results 95 comments of Ignat Beresnev

Hi @Den-Rimus! How did you fix it last time? :) The info might help I'll have a look in the upcoming days, and thank you for the reproducer, it makes...

Indeed, still relevant for the new gfm format (~1.6.20), but the behaviour is somewhat different (still not what's expected): ```gfm //[Dokka Debug KTS](../../index.md)/[me.beresnev.dokka.debug](index.md)/[someFunction](some-function.md) # someFunction [jvm]\ fun [someFunction](some-function.md)(parameter: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), secondParam:...

Hi! What's the status of this PR? Wondering if there's anything left to do or if this can be closed (it seems the initial problem is no longer relevant) JFYI...

Hi, @laim2003! Did you manage to solve this problem? Dokka works well with multi-module projects now, should be no issues.

I made the mistake of updating npm before updating node, and had an error that Node 10.x is not supported. I then wanted to update node using npm and got...

Same here, don't understand what the problem is.

While I agree that it'd be nice to change structure here, I think we're going to decline this change since package names are part of public API already, it's used...

Hi! You seem to be on the right path, but it's unclear whether you've added `packages.md` to `includes` configuration param. If you look at kotlinx.coroutines, they have configured Dokka in...

Not sure why these methods were introduced (the PR itself is huge, #1194), but I agree that it can be confused with Kotlin's `by` keyword, and overall makes the code...

> Use by to set values in Kotlin dsl is reasonable, no need to replace it. That's not part of the DSL though, and I honestly fail to see what...