报告有关不存在的形参的 Scaladoc 文档。
在以下示例中,标记了 x:
x
/** * * @param x 函数 `test` 上不存在此形参 */ def test(i: Int): Unit = { }