jtonic
02/14/2018, 8:46 AMpackage tornadofx
/**
* …
* @sample tornadofx.tests.FirstInterceptor
* @sample tornadofx.tests.SecondInterceptor
*
*/
interface ChildInterceptor {
If I my project is gradle bases, is there a way to configure the gradle.build (and/or IntelliJ Idea) to allow me to see and|or navigate to the samples?
Thank you for your support in advance.
TonyCzar
02/14/2018, 9:42 AMpackage tornadofx
/**
* …
* @sample [tornadofx.tests.FirstInterceptor]
* @sample [tornadofx.tests.SecondInterceptor]
*
*/
interface ChildInterceptor {
Czar
02/14/2018, 9:42 AMjtonic
02/14/2018, 5:37 PMtest if length is greater than zero
.
I tried to refer it in @sample with back-ticks, single quote, double quote, but, unfortunately idea did not recognise the link. Maybe it is not supported by kotlin idea plugin.Czar
02/14/2018, 6:42 PMjtonic
02/14/2018, 7:03 PM