sebastien.rouif
02/27/2018, 1:11 PMinternal
withe the flag includeNonPublic = false
in my Dokka configuration. In Java I can't find a way to do the same (previously we had a list of files or directory to document).
Is there anything I missed in the documentation ?semoro
02/27/2018, 8:07 PMsebastien.rouif
02/28/2018, 12:04 AMcodeprogression
03/01/2018, 12:38 AM/**
* @suppress
*/
class ShouldBeHidden
sebastien.rouif
03/01/2018, 9:56 AMcodeprogression
03/01/2018, 10:26 AMcodeprogression
03/01/2018, 10:29 AM@exclude
would be appropriate for Javadoc. I don't know if that is honored by Dokka tho.codeprogression
03/01/2018, 10:32 AM@exclude
was a proposed tag - not sure it was ever actually adoptedsebastien.rouif
03/01/2018, 12:43 PMcodeprogression
03/01/2018, 10:47 PM