how do i create a @sample which is not of kotlin c...
# announcements
s
how do i create a @sample which is not of kotlin code, as if i use /**/ the block comments themselves will be visible in the sample which i do not want
m
@sample is intended to show actual code examples. If you just want something with a sample header, I'd just use markdown to style it. This assumes you're talking about #C0F4UNJET.