is there something like this planned for kdoc? is ...
# dokka
c
is there something like this planned for kdoc? is it easy to do with dokka? https://github.com/tkawachi/sbt-doctest
s
Consider using
@sample
, it basically reference to some function inside test, that will be used as example
c
will that show up in “quick-documentation” in idea?
s
Yes
c
ok and for the stdlib it is not shown because the lib does not contain the test sources?
is there any other docs for this feature?
s
For stdlib it doesn’t work because it sources doesn’t include samples and possible due to some other issues, it is planned to investigate it. Looks like there is not that many sources, the guide in stdlib is best doc that I know
c
thanks!
pretty cool it also works with junit5 if i change the typaliases