if I refer in the doc comment to a `private const ...
# dokka
d
if I refer in the doc comment to a
private const val
in the same class , e.g
[PI]
then is this ok? or does it need to be more visible than
private
?
s
It should be visible in public API, otherwise reference will not lead to any page