Not sure if this is a known problem or not, but th...
# detekt
m
Not sure if this is a known problem or not, but the
KDocReferencesNonPublicProperty
is generating false positives when I use the ability to set the text for a code link to the name of a private property. This is a bad example but it shows that the property
workItem
is being accessed in KDoc.
g
Copy code
* A class for processing [workItem][work].
Is this even a valid syntax?
m
yes. It likes to the work function and displays the text workItem. https://kotlinlang.org/docs/kotlin-doc.html#links-to-elements