blob: dfd398be7e2a85f9c38d8259909d7a49c462d0c6 [file] [log] [blame]
package test.html.pre;
interface X05 {
/**
* The following is some sample code which illustrates source formatting
* within javadoc comments:
*
* <pre>
* public class Example {
* final int a = 1;
* final boolean b = true;
* }
* </pre>
*
* Descriptions of parameters and return values are best appended at end of
* the javadoc comment.
*/
int foo(int a, int b);
}