I pointed the dokka samples directory to my test sources so I could refer test methods with @sample
in my documentation and have examples that are tested. This works, except now dokka generates documentation for my tests as well, which is obviously not what I want.
Is there a way to avoid that? I want no trace of my samples or tests in my documentation other than the bits I refer with @sample
.