class A { /// Demo. /// /// @param a /// a. /// @param b /// b. /// @param c /// c. public void demo(int a, int b, int c) { } }