Remove unnecessary inheritDoc
s from plugin
#1491
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Priority-Low
Is your feature request related to a problem?
The Kotlin KDoc Spec does not recognize the
{@inheritDoc}
annotation. Instead it automatically inherits documentation from one layer up. There are currently many methods throughout the Observability plugin that use this annotation and it produces broken documentation, simply removing it fixes the behavior.What solution would you like?
Remove unused
{@inheritDoc}
from the codebase.What alternatives have you considered?
N/A
Do you have any additional context?
Before:
After:
The text was updated successfully, but these errors were encountered: