blob: 7cbaf22e881c510b20c8448da0bb75cdb7fbcfb9 [file] [log] [blame]
package test.html.pre;
interface X02 {
/**
* 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);
}