documented Visibilities
@Parameter(property = "visibility" )
List of visibility modifiers that should be documented.
This can be used if you want to document protected/internal/private declarations within a specific package, as well as if you want to exclude public declarations and only document internal API.
Default is DokkaConfiguration.Visibility.PUBLIC.