poohbar
07/10/2019, 1:31 PMDominaezzz
07/10/2019, 2:56 PMCzar
07/11/2019, 9:16 AM<Description>
@param <param1>
@param <paramN>
...
with KDoc it is recommended to write free-form freemarker and integrate params, return, etc into the text, so there is no formatting like for javadoc.poohbar
07/11/2019, 2:26 PMpoohbar
07/11/2019, 2:26 PMenum class MyEnum {
/**
* Current dog
*/
DOG,
/**
* Within the cat
*/
CAT,
/**
* Current fish
*/
FISH
}
poohbar
07/11/2019, 2:26 PM*
so that it would match javadoc in styleCzar
07/12/2019, 7:25 AM/**<enter>
and got:
/**
*
*/