holgerbrandl
11/11/2017, 10:48 PMilya.gorbunov
11/12/2017, 2:16 AMdokka task give any clue?ilya.gorbunov
11/12/2017, 2:17 AMholgerbrandl
11/12/2017, 10:00 AMholgerbrandl
11/12/2017, 10:07 AM@sample in the gradle logs when running the dokka task
Third tooling could be better, that is in Intellij it would be great to be able to jump to the referenced code bit by clicking on it (mockup: https://i.imgur.com/d8VtklB.png▾
orangy
ilya.gorbunov
11/12/2017, 6:30 PM* on each line, otherwise they are not parsed correctly in IDE:
/**
* @sample krangl.samples.buildDataFrameof
*/
Actually Ctrl+Click starts working as soon as you're using this format.ilya.gorbunov
11/12/2017, 6:35 PMholgerbrandl
11/12/2017, 7:32 PMkrangl.samples.DokkaSamplesKt.buildDataFrameof instead of the expected/correct krangl.samples.buildDataFrameof. I guess thats more a kotlin plugin bug, not sure if there’s a ticket for it.
For sure the samples should not sit in the production root, but I wanted a working setup before moving them around. Now they are part of test. Thanks a lot for your help.orangy
holgerbrandl
11/12/2017, 10:09 PM