1 2 3 4 5 6 7
class C { /** * @param par this is {@code some code} and other text */ public void withParam(String par) {} }