It seems to be trying to copy the docs from the interface and/or inheritdoc target.
It shouldn't do this, since it duplicates the doc content. If a member has inheritdoc already the docs build will automatically copy the docs. If a member implements an interface then we can add inheritdoc to opt-in to this.