Reports unknown tags in ScalaDoc documentation and offers to remove them.

In the following example, blubquam is marked:

/**
 *
 * @blubquam This is an unknown tag
 */
def test(i: Int): Unit = ()