class A { /// Foo /// /// @param i1 an int /// @param i2 another int void foo(int i1, int i2) { } }