class Test { /** * foo comment * @param s long description */ void foo(String s) { bar(s); } void bar(String s){} }