class Test { /** * * @param i this is my * multiline description * @param argument */ void test(int i, int argument) { } }