does anyone know how to document a kotlin file ? T...
# dokka
d
does anyone know how to document a kotlin file ? The file header? When I try
/**
like a usual doc comment, it attaches it self to the first thing that it encounters below. For example I'm making a file of typealiases.. I want to put a comment that I can write markdown in at the top of the file... all I can think of is to document the first type alias also.