Reports any Javadoc comments which contain only the {@inheritDoc}
tag. Since Javadoc copies the super class' comment if no comment is present, a
comment containing only an {@inheritDoc} adds nothing.
Also reports {@inheritDoc} usages in invalid locations, for example on fields.