Reports ScalaDoc documentation about parameters that do not exist.

In the following example, x is marked:

/**
 *
 * @param x This parameter does not exist on function `test`
 */
def test(i: Int): Unit = {

}