Adam
Adam
> I don't think, that we should merge this PR without some way to update `expectedData`. E.g [#3821 (comment)](https://github.com/Kotlin/dokka/pull/3821#discussion_r1808688799) There is already a way to update the expected data https://github.com/Kotlin/dokka/pull/3821#discussion_r1780789277
> I still want to challenge the idea that we should test html output: > > > Dokka's output formats don't change very often > > but then is there...
> What are the ALL steps needed so that the developer, who will want to merge this PR need to do? 1. Run tests. 2. See the error message. 3....
> [@adam-enko](https://github.com/adam-enko), do you remember that we discussed resolving transitive dependencies before, and I was advocating that it would not really help? :) Looks like I was wrong. Do you...
Hi, could you provide the full code block you're using? I've tried it quickly and with the following code: ```kotlin /** * | Column A | Column B | Column...
Previous report: #3148
Related to https://github.com/Kotlin/dokka/issues/2933
> Isn't that the whole point of `-SNAPSHOT` versions, that they are re-published every single time regardless of everything? Or perhaps I misunderstood you about when it doesn't do re-publishing...
It would be good to have a unit or functional test (just to verify the output is correct, it doesn't need to be a full integration test).
@JSMonk @bashor btw in future I would like to require all public-facing KGP JS code has KDoc. I'll let this one slide because we (@ilgonmic @JSMonk and me) already started...